forked from OSchip/llvm-project
[CMake] Remove unneeded CLANG_DEFAULT_PIE_ON_LINUX canonicalization after D115751
This commit is contained in:
parent
e6e7bdd6a9
commit
b5d3bbcc94
|
@ -228,9 +228,6 @@ set(CLANG_SPAWN_CC1 OFF CACHE BOOL
|
|||
"Whether clang should use a new process for the CC1 invocation")
|
||||
|
||||
option(CLANG_DEFAULT_PIE_ON_LINUX "Default to -fPIE and -pie on Linux" OFF)
|
||||
if(CLANG_DEFAULT_PIE_ON_LINUX)
|
||||
set(CLANG_DEFAULT_PIE_ON_LINUX 1)
|
||||
endif()
|
||||
|
||||
# TODO: verify the values against LangStandards.def?
|
||||
set(CLANG_DEFAULT_STD_C "" CACHE STRING
|
||||
|
|
Loading…
Reference in New Issue