Displaying 2 results from an estimated 2 matches for "llvmpeg".
Did you mean:
llvmdev
2010 Jan 12
1
[LLVMdev] Extra command line options from the LLVM CommandLine parser
Hello everybody,
We've just got our command-line driven program to compile after having converted our command-line option parser to use LLVM's commandline class. The problem we've run into is that we get the following for llvmpeg --help :
USAGE: llvmpeg [options] <input file>
OPTIONS:
-I=<path> - Specify an additional include path
-help - Display available options (--help-hidden for more)
-o=<filename> - Specify output filename
-stats - Enable statistics output from...
2010 May 02
2
[LLVMdev] Generic target?
...ing LLVM-C++ are embedded in the bitcode files too soon to allow generic linking. The goal is to produce an endian-agnostic alignment-neutral bitcode in steps 1 and 2. How far away is this in the LLVM side and what can be done to help with a generic target?
Links:
http://sourceforge.net/projects/llvmpeg/ is the project page for LLVM-PEG. (Code is in SVN repository. Click develop tab to access the SVN
browser.)
http://sourceforge.net/projects/llvmlibc/ is the project page for LLVM-LibC wrapper. (Code is in SVN repository.)
Thanks for your time,
--Sam Crow