[ASan][NewPM] Fix byref-args.ll under NPM
This commit is contained in:
parent
01def7f7c3
commit
06fe76cc4f
|
|
@ -1,4 +1,5 @@
|
|||
; RUN: opt < %s -asan -S | FileCheck %s
|
||||
; RUN: opt < %s -asan -S -enable-new-pm=0 | FileCheck %s
|
||||
; RUN: opt < %s -passes='asan-function-pipeline' -S | FileCheck %s
|
||||
|
||||
; Test that for call instructions, the byref arguments are not
|
||||
; instrumented, as no copy is implied.
|
||||
|
|
|
|||
Loading…
Reference in New Issue