Bugzilla – Bug 208
"make install" for bytecodes should make bytecode-libs dir
Last modified: 2004-01-21 18:00:20
You need to log in before you can comment on or make changes to this bug.
Currently if you make install in llvm/runtime, make aborts with an error if you haven't already created the directory $(LLVMGCCDIR)/bytecode-libs. This is dumb; we should make the directory and keep on going.
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040119/010907.html http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040119/010908.html