[ASan][NewPM] Fix byref-args.ll under NPM

This commit is contained in:
Arthur Eubanks 2020-09-18 10:50:17 -07:00
parent 01def7f7c3
commit 06fe76cc4f
1 changed files with 2 additions and 1 deletions

View File

@ -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.