summaryrefslogtreecommitdiff
path: root/tools/llvm-dis
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-04-25 01:44:20 +0000
committerReid Kleckner <reid@kleckner.net>2014-04-25 01:44:20 +0000
commitb33022e1da567d52163b1b621f5746d10814232c (patch)
tree7379ba20f1b71df5d308a4a7f8a0797c80b2392c /tools/llvm-dis
parent6715d6ec2eeaebd160bdc598c52ffa95c51a82ac (diff)
downloadllvm-b33022e1da567d52163b1b621f5746d10814232c.tar.gz
llvm-b33022e1da567d52163b1b621f5746d10814232c.tar.bz2
llvm-b33022e1da567d52163b1b621f5746d10814232c.tar.xz
Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}
Should fix PR19526. When Oscar added this code in the intial CMake build system port, he had a TODO saying that ${CMAKE_SHARED_LINKER_FLAGS} was probably wrong. I agree. I'm using ${CMAKE_CXX_LINK_FLAGS} to point LLVM at my custom installation of gcc 4.recent, so that seems more correct. With this change, I can build creduce against an installed clang, and it picks up the write flags from --ldflags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207171 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis')
0 files changed, 0 insertions, 0 deletions