Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld/COFF
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2015-06-29 21:45:56 +0300
committerDan Liew <dan@su-root.co.uk>2015-06-29 21:45:56 +0300
commit80189d2d150909c318b24fc26d3b21d8d3901584 (patch)
treeb2a4d09c5493e73ae133bcb0b136a4c7fc99dce0 /lld/COFF
parent750cfc57117dc509204e2ae3f14e99b4b51ae88b (diff)
Fix bug #23967. The gtest and gtest_main targets were exported into the
CMake files and should not be by both build systems and also the targets were also installed by the CMake build system which they should not be. The problem was that - the CMake build of LLVM installs and exports the gtest library targets. We should not being doing this, these are not part of LLVM. - the Autoconf/Makefile build of LLVM still had gtest libraries in the installed LLVMConfig.cmake. These problems would cause problems for an external project because when calling llvm_map_components_to_libnames(XXX all) ${XXX} would to contain LLVM's internal gtest libraries. llvm-svn: 240981
Diffstat (limited to 'lld/COFF')
0 files changed, 0 insertions, 0 deletions