aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Generic/opt-codegen-no-target-machine.ll
blob: 5a90f9baf95d2a2ee3cc72cb5c3851d28977b39e (plain)
1
2
3
; RUN: not opt %s -dwarf-eh-prepare -o - 2>&1 | FileCheck %s

; CHECK: LLVM ERROR: trying to construct TargetPassConfig without a target machine. Scheduling a CodeGen pass without a target triple set?