mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix llc path in MIR testcases committed in r237708.
I've committed testcases with local llc path by mistake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f75a247286
commit
4c34f96cd6
@ -1,4 +1,4 @@
|
||||
# RUN: ~/build/llvm/bin/llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
|
||||
# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
|
||||
# This test ensures that the LLVM IR that's embedded with MIR is parsed
|
||||
# correctly.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: ~/build/llvm/bin/llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s
|
||||
# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s
|
||||
# This test ensures that the MIR parser accepts files without the LLVM IR.
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user