Displaying 1 result from an estimated 1 matches for "dgay".
Did you mean:
day
2009 Apr 24
0
[LLVMdev] CIL 1.3.7 release, with experimental LLVM code generation
...se not handled by CIL directly)
- variable-size types
- <whatever bugs are lurking in there>
I have however successfully used it to compile some small but real programs...
Some test cases showing how to use this extension are on my web page, at
http://berkeley.intel-research.net/dgay/cil-llvm-tests.tar.gz
You can use these with CIL as follows:
cd cil-1.3.7; tar xfz cil-llvm-tests.tar.gz # extract tests in CIL
./configure --with-llvm; make # build CIL with llvm support
cd tests/llvm
make # run simple LLVM tests
make cfrac # run a larger LLVM test
Disclaimer: this work...