Skip to content

Commit

Permalink
Make sure that -gsplit-dwarf isn't passed to the linker.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187456 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Jul 30, 2013
1 parent 3181f59 commit b9db9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/HandleLLVMOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit b9db9cd

Please sign in to comment.