Depends on D63469
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 33524 Build 33523: arc lint + arc unit
Event Timeline
LGTM
| llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | ||
|---|---|---|
| 154 | We use this in android (hwasan-create-frame-descriptions=0). Could we keep the flag around for a while? | |
| llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | ||
|---|---|---|
| 154 | Yeah, I needed to hack the flag back in (similar to https://github.com/pcc/llvm-project/commit/576c50647de5bda105cf79e97d30d0f452d7986f) to get the Android build working again. Since there's no guarantee of stability around these flags, maybe Android should be doing something similar in their compiler temporarily? | |
| llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | ||
|---|---|---|
| 154 | That could be a better option. | |
We use this in android (hwasan-create-frame-descriptions=0). Could we keep the flag around for a while?