search for: r111094

Displaying 1 result from an estimated 1 matches for "r111094".

Did you mean: 111094
2011 Apr 22
3
[LLVMdev] LLVMC plugin setup changed?
...ls/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 dynamic plugins. Currently, I simply replaced the include Base.td.in and Clang.td with my own .td file, e.g.: $ cat tools/llvmc/src/Autogenerated.inc include "llvm/CompilerDriver/Common.td" //i...