diff options
| author | Daniel Jasper <djasper@google.com> | 2017-01-06 10:22:15 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2017-01-06 10:22:15 +0000 |
| commit | 965d802ec74e5c37def766bd955de07a50914f12 (patch) | |
| tree | a83662e5d3ee94a6d42f794178cb6750a70e567f /llvm/test/MC | |
| parent | 684c2c93940f41916d1b5be3a9f08e171773ef33 (diff) | |
| download | bcm5719-llvm-965d802ec74e5c37def766bd955de07a50914f12.tar.gz bcm5719-llvm-965d802ec74e5c37def766bd955de07a50914f12.zip | |
Move test input to directory called Inputs.
It is a common convention that our internal test runner depends upon.
llvm-svn: 291227
Diffstat (limited to 'llvm/test/MC')
| -rw-r--r-- | llvm/test/MC/AsmParser/Inputs/function.x (renamed from llvm/test/MC/AsmParser/include/function.x) | 0 | ||||
| -rw-r--r-- | llvm/test/MC/AsmParser/Inputs/module.x (renamed from llvm/test/MC/AsmParser/include/module.x) | 0 | ||||
| -rw-r--r-- | llvm/test/MC/AsmParser/include.ll | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AsmParser/include/function.x b/llvm/test/MC/AsmParser/Inputs/function.x index 582bfdfa627..582bfdfa627 100644 --- a/llvm/test/MC/AsmParser/include/function.x +++ b/llvm/test/MC/AsmParser/Inputs/function.x diff --git a/llvm/test/MC/AsmParser/include/module.x b/llvm/test/MC/AsmParser/Inputs/module.x index e93c615ef14..e93c615ef14 100644 --- a/llvm/test/MC/AsmParser/include/module.x +++ b/llvm/test/MC/AsmParser/Inputs/module.x diff --git a/llvm/test/MC/AsmParser/include.ll b/llvm/test/MC/AsmParser/include.ll index 64700238922..390041ff330 100644 --- a/llvm/test/MC/AsmParser/include.ll +++ b/llvm/test/MC/AsmParser/include.ll @@ -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" |

