1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Move .mir tests to appropriate directories

test/CodeGen/MIR should contain tests that intent to test the MIR
printing or parsing. Tests that test something else should be in
test/CodeGen/TargetName even when they are written in .mir.

As a rule of thumb, only tests using "llc -run-pass none" should be in
test/CodeGen/MIR.

llvm-svn: 289254
This commit is contained in:
Matthias Braun 2016-12-09 19:08:15 +00:00
parent af9df38755
commit 12c61bab00
23 changed files with 0 additions and 2 deletions

View File

@ -1,2 +0,0 @@
if not 'Lanai' in config.root.targets:
config.unsupported = True