bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Generic/opt-codegen-no-target-machine.ll
2025-02-14 19:21:04 +01:00

3 lines
197 B
LLVM

; RUN: not --crash opt %s -dwarf-eh-prepare -o - 2>&1 | FileCheck %s
; CHECK: Trying to construct TargetPassConfig without a target machine. Scheduling a CodeGen pass without a target triple set?