Re: LLVM フレームワークで実用的なコンパイラーを作成する: 第 1 回
http://www.ibm.com/developerworks/jp/opensource/library/os-createcompilerllvm1/
これ、やたらブクマされてるから試そうとおもったけど、最初の hello world をコンパイル時点で
$ llvm-gcc helloworld.cpp -S -emit-llvm
Potential incompatible plugin version. GCC: 4.6 (20120301). Expected: 4.6 (20120301)
Defines 'dragonegg_disable_version_check' as env variable to remove this warning
Please note that unexpected errors might occur.
ってなって無念。
Published: 2012-07-06(Fri) 08:46