[all-commits] [llvm/llvm-project] f89726: [examples] Skip building the Bye pass plugin on wi...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed May 13 03:41:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f8972662bc3b39377374a5e7d8abe7b4a74ac573
https://github.com/llvm/llvm-project/commit/f8972662bc3b39377374a5e7d8abe7b4a74ac573
Author: Martin Storsjö <martin at martin.st>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M llvm/examples/Bye/CMakeLists.txt
M llvm/test/CMakeLists.txt
M llvm/test/Feature/load_extension.ll
Log Message:
-----------
[examples] Skip building the Bye pass plugin on windows
Windows doesn't properly support pass plugins (as a shared library
can't have undefined references, which pass plugins assume, being
loaded into a host process that contains provides them), thus
disable building it and the corresponding test.
This matches what was done for the passes unit test in
bc8e44218810c0db6328b9809c959ceb7d43e3f5.
Differential Revision: https://reviews.llvm.org/D79771
More information about the All-commits
mailing list