[all-commits] [llvm/llvm-project] 4681f6: [hwasan][test] Change -hwasan to -passes=hwasan

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Apr 23 14:07:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4681f6111e655057f5015564a9bf3705f87495bf
      https://github.com/llvm/llvm-project/commit/4681f6111e655057f5015564a9bf3705f87495bf
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-04-23 (Sat, 23 Apr 2022)

  Changed paths:
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca-array.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca-with-calls.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/atomic.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/basic.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/globals.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/kernel.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/with-calls.ll

  Log Message:
  -----------
  [hwasan][test] Change -hwasan to -passes=hwasan

With the -enable-new-pm defaulting to true, the two forms have the same effect,
but the previous form uses the legacy pass manager syntax which is being phased
out.




More information about the All-commits mailing list