"gnueabi" was mistyped as "gnueeabi" in this test case.

Cheers,
Charlie.
From b76db74ac3d086d37cf77050931cf7b6c5eaf097 Mon Sep 17 00:00:00 2001
From: Charlie Turner <[email protected]>
Date: Fri, 10 Oct 2014 20:59:35 +0100
Subject: [PATCH] Fix typo in test case.

"gnueabi" was mistyped as "gnueeabi". Emits a warning about an unknown
platform.
---
 test/Driver/arm-fixed-r9.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Driver/arm-fixed-r9.c b/test/Driver/arm-fixed-r9.c
index 0a95d87..2cec8b4 100644
--- a/test/Driver/arm-fixed-r9.c
+++ b/test/Driver/arm-fixed-r9.c
@@ -1,4 +1,4 @@
-// RUN: %clang -target arm-none-gnueeabi -ffixed-r9 -### %s 2> %t
+// RUN: %clang -target arm-none-gnueabi -ffixed-r9 -### %s 2> %t
 // RUN: FileCheck --check-prefix=CHECK-FIXED-R9 < %t %s
 
 // CHECK-FIXED-R9: "-backend-option" "-arm-reserve-r9"
-- 
1.9.1

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to