r197242 - Add a clang side test for pr18235 too.

Rafael Espindola rafael.espindola at gmail.com
Fri Dec 13 08:11:32 PST 2013


Author: rafael
Date: Fri Dec 13 10:11:31 2013
New Revision: 197242

URL: http://llvm.org/viewvc/llvm-project?rev=197242&view=rev
Log:
Add a clang side test for pr18235 too.

Added:
    cfe/trunk/test/CodeGen/pr18235.c

Added: cfe/trunk/test/CodeGen/pr18235.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/pr18235.c?rev=197242&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/pr18235.c (added)
+++ cfe/trunk/test/CodeGen/pr18235.c Fri Dec 13 10:11:31 2013
@@ -0,0 +1,3 @@
+// RUN: not %clang_cc1 -triple le32-unknown-nacl %s -S -o - 2>&1 | FileCheck %s
+
+// CHECK: error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'





More information about the cfe-commits mailing list