Skip to content

Commit b4a8999

Browse files
committed
Revert "[test][clang-repl][Orc] Lsan report workaround"
This reverts commit b4b4d8b. Lsan has been disabled in the unittest itself in 47625fe, so this workaround is no longer needed.
1 parent 47625fe commit b4a8999

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ target_link_libraries(ClangReplInterpreterExceptionTests PUBLIC
2323
)
2424
add_dependencies(ClangReplInterpreterExceptionTests clang-resource-headers)
2525

26-
# export_executable_symbols triggers Lsan report.
27-
if (NOT LLVM_USE_SANITIZER MATCHES ".*Address.*")
28-
export_executable_symbols(ClangReplInterpreterExceptionTests)
29-
endif()
26+
export_executable_symbols(ClangReplInterpreterExceptionTests)

0 commit comments

Comments
 (0)