projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7a95e
)
Symboltables are sorted in the bytecode, so no problems here!
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:58:39 +0000
(16:58 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:58:39 +0000
(16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@468
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Feature/TestAsmDisasm.sh
patch
|
blob
|
history
diff --git
a/test/Feature/TestAsmDisasm.sh
b/test/Feature/TestAsmDisasm.sh
index 56e383328c100a5338bd3fde4e029af3848c7c62..88c8633fcc95715f5cab078b76e21604ec9ebe95 100755
(executable)
--- a/
test/Feature/TestAsmDisasm.sh
+++ b/
test/Feature/TestAsmDisasm.sh
@@
-8,10
+8,8
@@
LD_LIBRARY_PATH=../lib/Assembly/Parser/Debug:../lib/Assembly/Writer/Debug:../lib
export LD_LIBRARY_PATH
# Two full cycles are needed for bitwise stability
-# FIXME: We must strip symbols, because the symbol tables are not output in
-# sorted order in the bytecode :(
-../tools/as/as < $1
| ../tools/opt/opt -q -strip
> $1.bc.1 || exit 1
+../tools/as/as < $1 > $1.bc.1 || exit 1
../tools/dis/dis < $1.bc.1 > $1.ll.1 || exit 2
../tools/as/as < $1.ll.1 > $1.bc.2 || exit 3
../tools/dis/dis < $1.bc.2 > $1.ll.2 || exit 4