brintos

brintos / llvm-project-archived public Read only

0
0
Text · 313 B · 8f6522d Raw
7 lines · plain
1! RUN: not %flang  --target=some-invalid-triple -S  %s -o \2! RUN:   /dev/null 2>&1 | FileCheck %s3! RUN: not %flang_fc1 -triple some-invalid-triple -S %s -o \4! RUN:   /dev/null 2>&1 | FileCheck %s5 6! CHECK: error: unable to create target: 'No available targets are compatible with triple "some-invalid-triple"'7