forked from OSchip/llvm-project
[DI][ASan][NewPM] Fix some DebugInfo ASan tests under NPM
This commit is contained in:
parent
6537004913
commit
be2158bdcc
|
@ -1,4 +1,5 @@
|
|||
; RUN: opt -S -asan %s | FileCheck %s
|
||||
; RUN: opt -S -asan -enable-new-pm=0 %s | FileCheck %s
|
||||
; RUN: opt -S -passes=asan-function-pipeline %s | FileCheck %s
|
||||
|
||||
; The IR of this testcase is generated from the following C code:
|
||||
; void bar (int);
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
; RUN: opt < %s -asan -asan-module -asan-use-after-return=0 -S | \
|
||||
; RUN: opt < %s -asan -asan-module -asan-use-after-return=0 -S -enable-new-pm=0 | \
|
||||
; RUN: llc -O0 -filetype=obj - -o - | \
|
||||
; RUN: llvm-dwarfdump - | FileCheck %s
|
||||
; RUN: opt < %s -passes=asan-pipeline -asan-use-after-return=0 -S | \
|
||||
; RUN: llc -O0 -filetype=obj - -o - | \
|
||||
; RUN: llvm-dwarfdump - | FileCheck %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue