From: Leonard Chan Date: Wed, 17 Oct 2018 18:12:18 +0000 (+0000) Subject: Fix for arm bots afternew PM pass port. Prevent cross compiling on arm. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59b8cccef370fdb22152f24503292ee71ad4a61a;p=clang Fix for arm bots afternew PM pass port. Prevent cross compiling on arm. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/asan-new-pm.ll b/test/CodeGen/asan-new-pm.ll index c8c65e96ea..07376efffd 100644 --- a/test/CodeGen/asan-new-pm.ll +++ b/test/CodeGen/asan-new-pm.ll @@ -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