We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ed798 commit 4c11ff9Copy full SHA for 4c11ff9
clang/tools/clang-repl/CMakeLists.txt
@@ -61,10 +61,7 @@ clang_target_link_libraries(clang-repl PRIVATE
61
clangInterpreter
62
)
63
64
-# Support plugins.
65
-if(CLANG_PLUGIN_SUPPORT)
66
- export_executable_symbols_for_plugins(clang-repl)
67
-endif()
+export_executable_symbols_for_plugins(clang-repl)
68
69
# The clang-repl binary can get huge with static linking in debug mode.
70
# Some 32-bit targets use PLT slots with limited branch range by default and we
0 commit comments