[llvm-commits] [llvm] r56967 - in /llvm/trunk: include/llvm/CompilerDriver/ tools/llvmc2/ tools/llvmc2/examples/ tools/llvmc2/plugins/Base/ tools/llvmc2/plugins/Clang/ tools/llvmc2/plugins/Hello/

Chris Lattner clattner at apple.com
Thu Oct 2 14:27:49 PDT 2008


On Oct 2, 2008, at 2:15 PM, Mikhail Glushenkov wrote:

> Author: foldr
> Date: Thu Oct  2 16:15:05 2008
> New Revision: 56967
>
> URL: http://llvm.org/viewvc/llvm-project?rev=56967&view=rev
> Log:
> Build system tweaks to make it more convenient for the plugin authors.
>
> Plugins can be now compiled in with a slight Makefile change.
> For example, to compile the new Clang driver, use:

Hi Mikhail,

I'm seeing this now:

~/llvm/tools/llvmc2] sabre% make
Makefile:12: ../Makefile.common: No such file or directory
make[1]: *** No rule to make target `../Makefile.common'.  Stop.
make: *** [/Users/sabre/llvm/Debug/lib/LLVMCBase.o] Error 2


any ideas?

-Chris



More information about the llvm-commits mailing list