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 47625fe commit b4a8999Copy full SHA for b4a8999
clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt
@@ -23,7 +23,4 @@ target_link_libraries(ClangReplInterpreterExceptionTests PUBLIC
23
)
24
add_dependencies(ClangReplInterpreterExceptionTests clang-resource-headers)
25
26
-# export_executable_symbols triggers Lsan report.
27
-if (NOT LLVM_USE_SANITIZER MATCHES ".*Address.*")
28
- export_executable_symbols(ClangReplInterpreterExceptionTests)
29
-endif()
+export_executable_symbols(ClangReplInterpreterExceptionTests)
0 commit comments