Add additional RUN clauses to test for -asan-mapping-scale=5 in
selective tests, with special CHECK statements where needed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/Instrumentation/AddressSanitizer/test64.ll | ||
---|---|---|
1 ↗ | (On Diff #122692) | Looks to complicated. I'd prefer if you:
; RUN: %opt < %s -asan -asan-module -S | FileCheck --check-prefixes=CHECK,CHECK-S3 %s |
llvm/test/Instrumentation/AddressSanitizer/test64.ll | ||
---|---|---|
1 ↗ | (On Diff #122692) | Done. I selectively enabled some tests; it seems that the stack-poisoning/stack_layout tests are useful as well but they are harder to port, so perhaps I'll do that in a separate commit. |