summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2014-09-10 10:18:59 +0000
committerDan Liew <dan@su-root.co.uk>2014-09-10 10:18:59 +0000
commitf5c90062ca8a886901b6c40187e0c336e08a4bfb (patch)
tree27cb4f4e3ca8f34bcd294e4d8b6b7ec303bbce3b /clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
parentfe134cdfa74ad7e5106befb555a2e789d922c682 (diff)
downloadbcm5719-llvm-f5c90062ca8a886901b6c40187e0c336e08a4bfb.tar.gz
bcm5719-llvm-f5c90062ca8a886901b6c40187e0c336e08a4bfb.zip
Attempt to fix PR20884
This fixes the generation of broken LLVMExports.cmake file by the Autoconf/Makefile build system when --enable-shared is passed to configure. When --enable_shared is passed the Makefile.rules does not set the LLVMConfigLibs variable which cmake/modules/Makefile previously relied on. Now it runs the llvm-config command itself to get the library names. This still isn't perfect because the generated LLVM targets refer to the static libraries and not the shared library but that is much larger problem to fix. llvm-svn: 217484
Diffstat (limited to 'clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud