Commit 4ccfbc6
[build] Fix sanitizer build on Mac.
It seems on Linux linker parses -usymbol as -u symbol,
but the same does not get parsed on Mac - it interprets
the whole thing as a name of a flag and gets confused.
Fixes #61377
TEST=tried building with TSAN on mac
[email protected]
Change-Id: I75e386813621f6e15562b5d8386f2c4441773970
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/446301
Commit-Queue: Alexander Aprelev <[email protected]>
Auto-Submit: Slava Egorov <[email protected]>
Reviewed-by: Alexander Aprelev <[email protected]>1 parent cc28d8c commit 4ccfbc6
File tree
2 files changed
+2
-2
lines changed- build
- config/sanitizers
- sanitizers
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments