forked from OSchip/llvm-project
Fix for arm bots afternew PM pass port. Prevent cross compiling on arm.
llvm-svn: 344702
This commit is contained in:
parent
4dd72fa4f6
commit
40968955ff
|
@ -1,4 +1,4 @@
|
|||
; RUN: %clang_cc1 -S -emit-llvm -o - -fexperimental-new-pass-manager -fsanitize=address -triple=x86_64-linux %s | FileCheck %s
|
||||
; RUN: %clang_cc1 -S -emit-llvm -o - -fexperimental-new-pass-manager -fsanitize=address %s | FileCheck %s
|
||||
|
||||
; CHECK: @llvm.global_ctors = {{.*}}@asan.module_ctor
|
||||
; CHECK: declare void @__asan_loadN
|
||||
|
|
Loading…
Reference in New Issue