[all-commits] [llvm/llvm-project] b96ea7: [lldb] Remove workaround in InstrumentationRuntime...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sun Jul 30 14:17:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b96ea7e1f1351cec89100097936524122a850225
https://github.com/llvm/llvm-project/commit/b96ea7e1f1351cec89100097936524122a850225
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-07-30 (Sun, 30 Jul 2023)
Changed paths:
M lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
Log Message:
-----------
[lldb] Remove workaround in InstrumentationRuntimeASan
The code was commented out because it would trigger an assert in the
source manager. I can no longer reproduce the assert and none of the
ASan tests are failing with the code re-enabled.
More information about the All-commits
mailing list