Add a clang side test for pr18235 too.

llvm-svn: 197242
This commit is contained in:
Rafael Espindola 2013-12-13 16:11:31 +00:00
parent dfc1470d2d
commit 984c9d86cb

View File

@ -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.'