Commit 86cf635
committed
[LLDB] Fix ASAN tests on newer versions of macOS
macOS forbids injecting the ASAN runtime into system processes when
SIP is enabled. That includes the just-built libLTO that the
just-built clang injects into the system linker. Since we don't
test the compiler here, just use the system (non-asanified) LTO
library to make ASAN tests work for most users, including the bots.1 parent ec657d8 commit 86cf635
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
325 | 336 | | |
326 | 337 | | |
327 | 338 | | |
| |||
0 commit comments