diff options
Diffstat (limited to 'llvm/test/Object/nm-archive.test')
-rw-r--r-- | llvm/test/Object/nm-archive.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Object/nm-archive.test b/llvm/test/Object/nm-archive.test index 8ed81bfaacc..2d96b73a271 100644 --- a/llvm/test/Object/nm-archive.test +++ b/llvm/test/Object/nm-archive.test @@ -1,6 +1,6 @@ -RUN: llvm-nm %p/TestObjectFiles/archive-test.a-coff-i386 \ +RUN: llvm-nm %p/Inputs/archive-test.a-coff-i386 \ RUN: | FileCheck %s -check-prefix COFF -RUN: llvm-as %p/TestObjectFiles/trivial.ll -o=%t1 +RUN: llvm-as %p/Inputs/trivial.ll -o=%t1 RUN: llvm-ar rcs %t2 %t1 RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE |