From: Rafael Espindola Date: Fri, 13 Dec 2013 16:11:31 +0000 (+0000) Subject: Add a clang side test for pr18235 too. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90c7cb42812845f0bd56b1a124c96de10316526d;p=clang Add a clang side test for pr18235 too. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197242 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/pr18235.c b/test/CodeGen/pr18235.c new file mode 100644 index 0000000000..d3f12ee563 --- /dev/null +++ b/test/CodeGen/pr18235.c @@ -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.'