r197550 - Use arm-nacl-gnueabi instead of arm-nacl to match the previous tests.

Rafael Espindola rafael.espindola at gmail.com
Tue Dec 17 20:53:18 PST 2013


Author: rafael
Date: Tue Dec 17 22:53:17 2013
New Revision: 197550

URL: http://llvm.org/viewvc/llvm-project?rev=197550&view=rev
Log:
Use arm-nacl-gnueabi instead of arm-nacl to match the previous tests.

Modified:
    cfe/trunk/test/CodeGen/target-data.c

Modified: cfe/trunk/test/CodeGen/target-data.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/target-data.c?rev=197550&r1=197549&r2=197550&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/target-data.c (original)
+++ cfe/trunk/test/CodeGen/target-data.c Tue Dec 17 22:53:17 2013
@@ -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"
 





More information about the cfe-commits mailing list