xref: /llvm-project/llvm/test/tools/llc/new-pm/option-conflict.ll (revision 7e50f006f7f652b9a5ac5ddd64deba5f1c9388a8)
1; 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
2
3; CHECK: warning: --passes cannot be used with start-before and stop-after.
4