| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Plugins can be now compiled in with a slight Makefile change.
For example, to compile the new Clang driver, use:
cd $LLVMC2_DIR
make TOOLNAME=ccc2 BUILTIN_PLUGINS=Clang
llvm-svn: 56967
|
|
|
|
| |
llvm-svn: 56465
|
|
|
|
| |
llvm-svn: 56462
|
|
|
|
|
|
|
|
|
|
| |
The following is now allowed:
(case (not_empty "o"), do_something, ...)
This didn't work previously because "-o" is built-in.
llvm-svn: 51751
|
|
|
|
| |
llvm-svn: 51745
|
|
|
|
| |
llvm-svn: 51744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cmd_line tool property.
Used like this: (cmd_line "$CALL(MyHook) --option -o $ENV(VARIABLE) $CALL(AnotherHook)")
Also works with case expressions.
Hook declarations are auto-generated, the definitions should be provided by the user
(just drop a .cpp file in the tools/llvmc2 directory).
Hooks should live in the "hooks" namespace and have type std::string hooks::Hook(void).
llvm-svn: 51732
|
|
|
|
| |
llvm-svn: 50756
|
|
|
|
| |
llvm-svn: 50746
|
|
llvm-svn: 50722
|