mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 04:26:07 +00:00
[bugpoint] Fix bugpoint for LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES=Off.
Building with -DLLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES=Off should not prevent use of bugpoint plugins. This fix uses the approach implemented in https://github.com/llvm/llvm-project/pull/101741.
This commit is contained in:
parent
3b64ede096
commit
8f96be921c
@ -37,5 +37,6 @@ add_llvm_tool(bugpoint
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
SUPPORT_PLUGINS
|
||||
|
||||
EXPORT_SYMBOLS
|
||||
)
|
||||
export_executable_symbols_for_plugins(bugpoint)
|
||||
|
Loading…
x
Reference in New Issue
Block a user