brintos

brintos / llvm-project-archived public Read only

0
0
Text · 298 B · 27fb696 Raw
9 lines · plain
1; RUN: not %clang_cc1 -triple wasm32 -exception-model=arst -S %s 2>&1 | FileCheck -check-prefix=INVALID-VALUE %s2 3; Make sure invalid values are rejected for -exception-model when the4; input is IR.5 6; INVALID-VALUE: error: invalid value 'arst' in '-exception-model=arst'7 8target triple = "wasm32"9