This is additional cleanup as follow-up of D104279.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
-asan-mapping-scale can not be removed as well, not in this patch
compiler-rt/lib/asan/asan_mapping.h | ||
---|---|---|
154 | is possible to avoid the new macro? |
compiler-rt/lib/asan/asan_mapping.h | ||
---|---|---|
154 | If you will need this for asm, then ASAN_SHADOW_SCALE is probably nicer, with followup patch to SHADOW_OFFSET_CONST -> ASAN_SHADOW_OFFSET_CONST |
is possible to avoid the new macro?