From: Rafael Espindola Date: Wed, 18 Dec 2013 04:53:17 +0000 (+0000) Subject: Use arm-nacl-gnueabi instead of arm-nacl to match the previous tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=877652a9ac8ca0143966b91fd0900bf2ec84c2be;p=clang Use arm-nacl-gnueabi instead of arm-nacl to match the previous tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197550 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/target-data.c b/test/CodeGen/target-data.c index 7e14fcf3c4..62ee9818df 100644 --- a/test/CodeGen/target-data.c +++ b/test/CodeGen/target-data.c @@ -66,7 +66,7 @@ // RUN: FileCheck %s -check-prefix=X86_64-NACL // X86_64-NACL: target datalayout = "e-p:32:32-i64:64-v128:32" -// RUN: %clang_cc1 -triple arm-nacl -o - -emit-llvm %s | \ +// RUN: %clang_cc1 -triple arm-nacl-gnueabi -o - -emit-llvm %s | \ // RUN: FileCheck %s -check-prefix=ARM-NACL // ARM-NACL: target datalayout = "e-p:32:32-i64:64-v128:32"