[LLVMbugs] [Bug 262] NEW: Feature request: 'install-bytecode' target in llvm/runtime
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Feb 27 09:10:53 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=262
Summary: Feature request: 'install-bytecode' target in
llvm/runtime
Product: Build scripts
Version: cvs
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Makefiles
AssignedTo: criswell at uiuc.edu
ReportedBy: sabre at nondot.org
Right now several runtime libraries build .so and .a file versions of themselves
(e.g. libprofile). It would be nice to have a 'install-bytecode' target in the
makefiles to install just the .bc files. Currently the 'install' process stops
when it gets to a .so file, because it tries to be installed in /usr/lib, which
is not what I'm looking for at the moment.
The workaround, as brian pointed out, is 'make -k install' in the runtime library.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list