| Matthias Braun | f114128 | 2017-02-22 18:47:41 +0000 | [diff] [blame] | 1 | # RUN: llc -run-pass none -o - %s | FileCheck %s |
| Alex Lorenz | 2bdb4e1 | 2015-05-27 18:02:19 +0000 | [diff] [blame] | 2 | # This test ensures that the MIR parser accepts files without the LLVM IR. |
| 3 | |||||
| 4 | --- | ||||
| Alex Lorenz | 8e7a58d7 | 2015-06-15 23:07:38 +0000 | [diff] [blame] | 5 | # CHECK: name: foo |
| 6 | name: foo | ||||
| Alex Lorenz | 2bdb4e1 | 2015-05-27 18:02:19 +0000 | [diff] [blame] | 7 | ... |