From: Rafael Espindola Date: Tue, 17 Dec 2013 21:01:22 +0000 (+0000) Subject: Use triples that match the -target-abi option. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=119b48a5f8eab061b8bc300e7eb3b7b11679d3c1;p=clang Use triples that match the -target-abi option. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197522 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/target-data.c b/test/CodeGen/target-data.c index 84019a9aeb..e54727bf73 100644 --- a/test/CodeGen/target-data.c +++ b/test/CodeGen/target-data.c @@ -108,11 +108,11 @@ // RUN: FileCheck %s -check-prefix=AARCH64 // AARCH64: target datalayout = "e-i64:64-i128:128-n32:64-S128" -// RUN: %clang_cc1 -triple thumb-unknown -o - -emit-llvm %s | \ +// RUN: %clang_cc1 -triple thumb-unknown-gnueabi -o - -emit-llvm %s | \ // RUN: FileCheck %s -check-prefix=THUMB // THUMB: target datalayout = "e-p:32:32-i1:8:32-i8:8:32-i16:16:32-i64:64-v128:64:128-a:0:32-n32-S64" -// RUN: %clang_cc1 -triple arm-unknown -o - -emit-llvm %s | \ +// RUN: %clang_cc1 -triple arm-unknown-gnueabi -o - -emit-llvm %s | \ // RUN: FileCheck %s -check-prefix=ARM // ARM: target datalayout = "e-p:32:32-i64:64-v128:64:128-n32-S64"