-fno-emulated-tls is the default now.
bionic doesn't target old api levels. Test: treehugger Change-Id: I3534dd3fd34b9130fd5500dbd6a3a314081e9036
This commit is contained in:
parent
0144257234
commit
93e75ac33c
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ libc_common_flags = [
|
|||
// __dso_handle needs to have default visibility on ARM32. See b/73485611.
|
||||
"-Wexit-time-destructors",
|
||||
|
||||
// GWP-ASan requires platform TLS.
|
||||
"-fno-emulated-tls",
|
||||
|
||||
// We know clang does a lot of harm by rewriting what we've said, and sadly
|
||||
// never see any good it does, so let's just ask it to do what we say...
|
||||
// (The specific motivating example was clang turning a loop that would only
|
||||
|
|
Loading…
Reference in a new issue