projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3181f59
)
Make sure that -gsplit-dwarf isn't passed to the linker.
author
Eric Christopher
<echristo@gmail.com>
Tue, 30 Jul 2013 22:34:30 +0000
(22:34 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Tue, 30 Jul 2013 22:34:30 +0000
(22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187456
91177308
-0d34-0410-b5e6-
96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake
patch
|
blob
|
history
diff --git
a/cmake/modules/HandleLLVMOptions.cmake
b/cmake/modules/HandleLLVMOptions.cmake
index 88a4730f659158f85e17b05184d84e9ce1443df0..58ffb8db51533d31dfb02b7727ec4d5ff0801621 100644
(file)
--- a/
cmake/modules/HandleLLVMOptions.cmake
+++ b/
cmake/modules/HandleLLVMOptions.cmake
@@
-263,7
+263,7
@@
endif()
# Turn on -gsplit-dwarf if requested
if(LLVM_USE_SPLIT_DWARF)
- add_
flag_if_supported
("-gsplit-dwarf")
+ add_
llvm_definitions
("-gsplit-dwarf")
endif()
add_llvm_definitions( -D__STDC_CONSTANT_MACROS )