summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-11-09 23:20:43 +0000
committerChris Bieneman <beanz@apple.com>2015-11-09 23:20:43 +0000
commitb13b34fbbcf5dde6a7df112180a340cbf368a38c (patch)
tree061e4e91963c01965ed596829d531b2b0f7b18ae /cmake/Modules
parent7e1db730a4fd8f3231ec506f4613f55bd9fd8786 (diff)
[CMake] Removing extra underscore.
Fixing a typo. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252534 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/Modules')
-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 27c6479fb..2e968202a 100644
--- a/cmake/Modules/CompilerRTDarwinUtils.cmake
+++ b/cmake/Modules/CompilerRTDarwinUtils.cmake
@@ -361,7 +361,7 @@ function(darwin_add_embedded_builtin_libraries)
set(SOFT_FLOAT_FLAG -mfloat-abi=soft)
set(HARD_FLOAT_FLAG -mfloat-abi=hard)
- set(PIC_FLAG_ -fPIC)
+ set(PIC_FLAG -fPIC)
set(STATIC_FLAG -static)
darwin_test_archs(ios