bolt/deps/llvm-18.1.8/llvm/test/tools/llc/new-pm/option-conflict.ll

4 lines
221 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: not llc -mtriple=x86_64-pc-linux-gnu -passes=foo -start-before=mergeicmps -stop-after=gc-lowering -filetype=null %s 2>&1 | FileCheck %s
; CHECK: warning: --passes cannot be used with start-before and stop-after.