[all-commits] [llvm/llvm-project] 900f07: hack to unbreak check-llvm on win after https://re...
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Mar 2 15:12:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 900f076113302e26e1939541b546b0075e3e9721
https://github.com/llvm/llvm-project/commit/900f076113302e26e1939541b546b0075e3e9721
Author: Nico Weber <thakis at chromium.org>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M llvm/tools/llvm-jitlink/CMakeLists.txt
M llvm/utils/gn/secondary/llvm/tools/llvm-jitlink/BUILD.gn
Log Message:
-----------
hack to unbreak check-llvm on win after https://reviews.llvm.org/D97335
fix attempt http://reviews.llvm.org/rGbbdb4c8c9bcef0e didn't work
The problem is that the test tries to look up
llvm_orc_registerJITLoaderGDBWrapper from the llvm-jitlink.exe
executable, but the symbol wasn't exported. Just manually export it
for now. There's a FIXME with a suggestion for a real fix.
More information about the All-commits
mailing list