Skip to content
Snippets Groups Projects
Commit 39bdd4f9 authored by Andy Gibbs's avatar Andy Gibbs
Browse files

Retain linker flags specified on cmake command line.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183857 91177308-0d34-0410-b5e6-96231b3b80d8
parent e3f1197c
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ if (LLVM_COMPILER_IS_GCC_COMPATIBLE) ...@@ -151,7 +151,7 @@ if (LLVM_COMPILER_IS_GCC_COMPATIBLE)
endif () endif ()
if (APPLE) if (APPLE)
set(CMAKE_MODULE_LINKER_FLAGS "-Wl,-flat_namespace -Wl,-undefined -Wl,suppress") set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,-flat_namespace -Wl,-undefined -Wl,suppress")
endif () endif ()
configure_file( configure_file(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment