[all-commits] [llvm/llvm-project] 609ef9: [CMake] Fix building with -DBUILD_SHARED_LIBS=ON o...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon May 11 13:51:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 609ef948387ba40e3693c2bd693d82ca34dcdc02
https://github.com/llvm/llvm-project/commit/609ef948387ba40e3693c2bd693d82ca34dcdc02
Author: Martin Storsjö <martin at martin.st>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M clang/examples/Attribute/CMakeLists.txt
M llvm/examples/Bye/CMakeLists.txt
M llvm/utils/TableGen/GlobalISel/CMakeLists.txt
Log Message:
-----------
[CMake] Fix building with -DBUILD_SHARED_LIBS=ON on mingw
Set the right target name in clang/examples/Attribute.
Add a missing dependency in the TableGen GlobalISel sublibrary.
Skip building the Bye pass plugin example on windows; plugins
that should have undefined symbols that are found in the host
process aren't supported on windows - this matches what was done
for a unit test in bc8e44218810c0db6328b9809c959ceb7d43e3f5.
More information about the All-commits
mailing list