bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Generic/opt-codegen-no-target-machine.ll

4 lines
197 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; 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?