[CMake] Accidentally committed code that was using a variable only populated in some earlier code. NFC.

llvm-svn: 248752
This commit is contained in:
Chris Bieneman 2015-09-28 22:20:25 +00:00
parent 1341472f92
commit 88d8534e87
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ macro(darwin_add_builtin_libraries)
../profile/InstrProfilingPlatformDarwin)
foreach (os ${ARGN})
list_union(DARWIN_BUILTIN_ARCHS DARWIN_${os}_ARCHS BUILTIN_SUPPORTED_ARCH)
foreach (arch ${DARWIN_BUILTIN_ARCHS} ${DARWIN_BUILTIN_SIM_ARCHS})
foreach (arch ${DARWIN_BUILTIN_ARCHS})
darwin_find_excluded_builtins_list(${arch}_${os}_EXCLUDED_BUILTINS
OS ${os}
ARCH ${arch}