diff options
| author | Dehao Chen <dehao@google.com> | 2017-02-02 01:21:13 +0000 |
|---|---|---|
| committer | Dehao Chen <dehao@google.com> | 2017-02-02 01:21:13 +0000 |
| commit | 1fdf3ce9cdae3062855c90cb6c67d07ab63baa57 (patch) | |
| tree | 679b472773081a186fb8863ec8de4ee9f52f6e3b /llvm/test/DebugInfo/X86 | |
| parent | 8e190b2f235d0943362e847fea983991c839171c (diff) | |
| download | bcm5719-llvm-1fdf3ce9cdae3062855c90cb6c67d07ab63baa57.tar.gz bcm5719-llvm-1fdf3ce9cdae3062855c90cb6c67d07ab63baa57.zip | |
Refactor the gmlt tests. (NFC)
llvm-svn: 293852
Diffstat (limited to 'llvm/test/DebugInfo/X86')
| -rw-r--r-- | llvm/test/DebugInfo/X86/gmlt.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/gmlt.test b/llvm/test/DebugInfo/X86/gmlt.test index 15b829210d8..6cdd71d68bd 100644 --- a/llvm/test/DebugInfo/X86/gmlt.test +++ b/llvm/test/DebugInfo/X86/gmlt.test @@ -1,2 +1,2 @@ -; RUN: llc -O0 -filetype=obj < %S/../Generic/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \ -; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Generic/gmlt.ll +; RUN: llc -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \ +; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll |

