brintos

brintos / llvm-project-archived public Read only

0
0
Text · 426 B · 8e94f4e Raw
8 lines · plain
1// Test that attempting to create a local crash reproducer without disabling threading2// prints an error from the pass manager (as opposed to crashing with a stack trace).3 4// RUN: mlir-opt --verify-diagnostics --mlir-pass-pipeline-local-reproducer \5// RUN:          --mlir-pass-pipeline-crash-reproducer=%t %s6 7// expected-error@unknown {{Local crash reproduction may not be used without disabling mutli-threading first.}}8