Commit 1bb755f
authored
[lldb][Instrumentation] GetPreferredAsanModule should be no-op on non-Darwin platforms (llvm#132911)
The regex we use to find the compiler-rt library is already
Darwin-specific, so no need to run this on non-Darwin platforms.1 parent 70aeb89 commit 1bb755f
File tree
1 file changed
+4
-0
lines changed- lldb/source/Plugins/InstrumentationRuntime/Utility
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments