forked from OSchip/llvm-project
Improve incompatible triple error
When complaining that the triple is incompatible with all targets, print out the triple not just a generic error about triples not matching. llvm-svn: 340510
This commit is contained in:
parent
a1cca516eb
commit
4734fa1428
|
@ -1,3 +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.
|
||||
// CHECK: error: unable to create target: No available targets are compatible with triple "le32-unknown-nacl"
|
||||
|
|
Loading…
Reference in New Issue