Skip to content

Commit 8f96be9

Browse files
committed
[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 #101741.
1 parent 3b64ede commit 8f96be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/tools/bugpoint/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ add_llvm_tool(bugpoint
3737
DEPENDS
3838
intrinsics_gen
3939
SUPPORT_PLUGINS
40+
41+
EXPORT_SYMBOLS
4042
)
41-
export_executable_symbols_for_plugins(bugpoint)

0 commit comments

Comments
 (0)