From 40968955ffcaa4c3b93f927609a06f8bbe092ae7 Mon Sep 17 00:00:00 2001 From: Leonard Chan Date: Wed, 17 Oct 2018 18:12:18 +0000 Subject: [PATCH] Fix for arm bots afternew PM pass port. Prevent cross compiling on arm. llvm-svn: 344702 --- clang/test/CodeGen/asan-new-pm.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/asan-new-pm.ll b/clang/test/CodeGen/asan-new-pm.ll index c8c65e96ea02..07376efffd80 100644 --- a/clang/test/CodeGen/asan-new-pm.ll +++ b/clang/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