summaryrefslogtreecommitdiff
path: root/test/Object/nm-archive.test
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-10-25 22:30:58 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-10-25 22:30:58 +0000
commit93fe4ae091112769601a203bfcc288f52f778fef (patch)
tree6f3c94e9c819642b5c24f74739d9c71d65c08579 /test/Object/nm-archive.test
parentaaf98ead114bcd51cd2479badfe28b8d0e4895c2 (diff)
downloadllvm-93fe4ae091112769601a203bfcc288f52f778fef.tar.gz
llvm-93fe4ae091112769601a203bfcc288f52f778fef.tar.bz2
llvm-93fe4ae091112769601a203bfcc288f52f778fef.tar.xz
Object: change test to create archive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object/nm-archive.test')
-rw-r--r--test/Object/nm-archive.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Object/nm-archive.test b/test/Object/nm-archive.test
index da6144ee71..8ed81bfaac 100644
--- a/test/Object/nm-archive.test
+++ b/test/Object/nm-archive.test
@@ -1,7 +1,8 @@
RUN: llvm-nm %p/TestObjectFiles/archive-test.a-coff-i386 \
RUN: | FileCheck %s -check-prefix COFF
-RUN: llvm-nm %p/TestObjectFiles/archive-test.a-bitcode \
-RUN: | FileCheck %s -check-prefix BITCODE
+RUN: llvm-as %p/TestObjectFiles/trivial.ll -o=%t1
+RUN: llvm-ar rcs %t2 %t1
+RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE
COFF: trivial-object-test.coff-i386: