From 683de155d77ede36b988847a171ddf8e66a4ac72 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 19 Jun 2015 00:39:59 +0000 Subject: [PATCH] Fix hexagon test failure. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240106 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/sanitize-trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/sanitize-trap.c b/test/CodeGen/sanitize-trap.c index a9fcd8212d..76ac1f0ad7 100644 --- a/test/CodeGen/sanitize-trap.c +++ b/test/CodeGen/sanitize-trap.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s -fsanitize=signed-integer-overflow,integer-divide-by-zero -fsanitize-trap=integer-divide-by-zero | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s -fsanitize=signed-integer-overflow,integer-divide-by-zero -fsanitize-trap=integer-divide-by-zero | FileCheck %s int f(int x, int y) { // CHECK: %[[B1:.*]] = icmp ne i32 %[[D:.*]], 0 -- 2.50.1