[CMake] Removing extra underscore.

Fixing a typo.

llvm-svn: 252534
This commit is contained in:
Chris Bieneman 2015-11-09 23:20:43 +00:00
parent 5eab74e9bc
commit ccd9419266
1 changed files with 1 additions and 1 deletions

View File

@ -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