Skip to content

Commit

Permalink
Revert "[test][clang-repl][Orc] Lsan report workaround"
Browse files Browse the repository at this point in the history
This reverts commit b4b4d8b. Lsan has been
disabled in the unittest itself in 47625fe,
so this workaround is no longer needed.
  • Loading branch information
lhames committed Sep 27, 2023
1 parent 47625fe commit b4a8999
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ target_link_libraries(ClangReplInterpreterExceptionTests PUBLIC
)
add_dependencies(ClangReplInterpreterExceptionTests clang-resource-headers)

# export_executable_symbols triggers Lsan report.
if (NOT LLVM_USE_SANITIZER MATCHES ".*Address.*")
export_executable_symbols(ClangReplInterpreterExceptionTests)
endif()
export_executable_symbols(ClangReplInterpreterExceptionTests)

0 comments on commit b4a8999

Please sign in to comment.