]> granicus.if.org Git - llvm/commitdiff
Move test input to directory called Inputs.
authorDaniel Jasper <djasper@google.com>
Fri, 6 Jan 2017 10:22:15 +0000 (10:22 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 6 Jan 2017 10:22:15 +0000 (10:22 +0000)
It is a common convention that our internal test runner depends upon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291227 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/Inputs/function.x [moved from test/MC/AsmParser/include/function.x with 100% similarity]
test/MC/AsmParser/Inputs/module.x [moved from test/MC/AsmParser/include/module.x with 100% similarity]
test/MC/AsmParser/include.ll

index 64700238922d52a8313e837357e209f1004ad2b0..390041ff3300ecf74dbaddd9c91ab1f08c94556f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -I %p/include -filetype asm -o - %s | FileCheck %s
+; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s
 
 module asm ".include \22module.x\22"