Fix these assertions:
authorChris Lattner <sabre@nondot.org>
Sun, 23 Nov 2003 18:06:37 +0000 (18:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Nov 2003 18:06:37 +0000 (18:06 +0000)
commitc7afc06316d0741e2c60c4330d3ef14868be136a
tree190ba768523d91a7549d5b4d22f96a2391050a17
parent767a1e462dc281965fc3df2316f209bf2aca68e0
Fix these assertions:

stkrc -e -f -o testing.bc testing.st
Global is external, but doesn't have external linkage!
[1024 x int]* %_stack_
Global is external, but doesn't have external linkage!
long* %_index_
Broken module found, compilation aborted!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10185 91177308-0d34-0410-b5e6-96231b3b80d8
projects/Stacker/lib/Makefile [new file with mode: 0644]
projects/Stacker/lib/compiler/StackerCompiler.cpp