Commit 8af59b2
authored
[sanitizers] build symbolizer with lld (llvm#172093)
Without this, we use the system /usr/bin/ld, which is an older LLD.
That can lead to problems with LTO and breaks the aarch64 buildbot.1 parent bd81f41 commit 8af59b2
File tree
1 file changed
+1
-1
lines changed- compiler-rt/lib/sanitizer_common/symbolizer/scripts
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments