Example of the command used to update tests:
ninja -C <build_dir> opt && llvm/utils/update_test_checks.py \ --opt-binary <build_dir>/bin/opt llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
Paths
| Differential D149219
[test][HWASAN] Regenerate some HWASAN tests ClosedPublic Authored by vitalybuka on Apr 25 2023, 5:49 PM.
Details
Summary Example of the command used to update tests: ninja -C <build_dir> opt && llvm/utils/update_test_checks.py \ --opt-binary <build_dir>/bin/opt llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
Diff Detail
Event Timelinevitalybuka added a child revision: D149220: [HWASAN] Remove UAR tag branch !ClUARRetagToZero.Apr 25 2023, 5:52 PM This revision is now accepted and ready to land.Apr 26 2023, 11:26 AM This revision was landed with ongoing or failed builds.Apr 26 2023, 1:03 PM Closed by commit rG6e8ce16797ca: [test][HWASAN] Regenerate some HWASAN tests (authored by vitalybuka). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions
done
Revision Contents
Diff 517280 llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca-with-calls.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/atomic.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/basic.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/exception-lifetime.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll
llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca-array.ll
llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca-with-calls.ll
llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
llvm/test/Instrumentation/HWAddressSanitizer/X86/atomic.ll
llvm/test/Instrumentation/HWAddressSanitizer/X86/basic.ll
llvm/test/Instrumentation/HWAddressSanitizer/alloca-array.ll
llvm/test/Instrumentation/HWAddressSanitizer/alloca-with-calls.ll
llvm/test/Instrumentation/HWAddressSanitizer/alloca.ll
llvm/test/Instrumentation/HWAddressSanitizer/atomic.ll
llvm/test/Instrumentation/HWAddressSanitizer/basic-compat.ll
llvm/test/Instrumentation/HWAddressSanitizer/basic.ll
llvm/test/Instrumentation/HWAddressSanitizer/exception-lifetime.ll
llvm/test/Instrumentation/HWAddressSanitizer/kernel-alloca.ll
llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope-setjmp.ll
|