Displaying 1 result from an estimated 1 matches for "mygcc".
Did you mean:
mygc
2011 Apr 22
3
[LLVMdev] LLVMC plugin setup changed?
...somehow, the llvm
makefiles do not pick up the plugin in the llvmc/plugins directory
anymore in a recent (r129445) svn checkout.
According to the tutorial (http://llvm.org/docs/CompilerDriverTutorial.html):
$ cd tools/llvmc
$ cp -r example/Simple plugins/Simple
$ make LLVMC_BASED_DRIVER_NAME=mygcc LLVMC_BUILTIN_PLUGINS=Simple
does not build the Simple plugin but only files in the src directory.
I guess this commit changed the code but do not really understand what
the new approach is for llvmc plugins:
r111094 | foldr | 2010-08-15 09:07:12 +0200 (Sun, 15 Aug 2010) | 1 line
llvmc: remove...