summaryrefslogtreecommitdiff
path: root/cmake/Modules/CompilerRTDarwinUtils.cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-09-28 22:20:25 +0000
committerChris Bieneman <beanz@apple.com>2015-09-28 22:20:25 +0000
commit3ff8cb25af1ee71d7d45e28ddabab0a064f8bdb4 (patch)
tree2342cf05024af26c3cc183598e764830d41ae45b /cmake/Modules/CompilerRTDarwinUtils.cmake
parentf77c6a0bfee8cc5a8cf5b4c01a11405c25cca7bf (diff)
[CMake] Accidentally committed code that was using a variable only populated in some earlier code. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/Modules/CompilerRTDarwinUtils.cmake')
-rw-r--r--cmake/Modules/CompilerRTDarwinUtils.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/CompilerRTDarwinUtils.cmake b/cmake/Modules/CompilerRTDarwinUtils.cmake
index 08a02e104..b09f3678e 100644
--- a/cmake/Modules/CompilerRTDarwinUtils.cmake
+++ b/cmake/Modules/CompilerRTDarwinUtils.cmake
@@ -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}