From: Peter Collingbourne Date: Fri, 19 Jun 2015 00:39:59 +0000 (+0000) Subject: Fix hexagon test failure. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=683de155d77ede36b988847a171ddf8e66a4ac72;p=clang Fix hexagon test failure. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240106 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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