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
- Build Status
Buildable 12251 Build 12251: arc lint + arc unit
Event Timeline
llvm/test/Instrumentation/AddressSanitizer/test64.ll | ||
---|---|---|
1–2 | 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–2 | 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. |
Looks to complicated. I'd prefer if you:
; RUN: %opt < %s -asan -asan-module -S | FileCheck --check-prefixes=CHECK,CHECK-S3 %s
; RUN: %opt -asan-mapping-scale=5 < %s -asan -asan-module -S | FileCheck --check-prefixes=CHECK,CHECK-S5 %s