mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
7ded98d7b6
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 |
||
---|---|---|
.. | ||
doc | ||
Action.cpp | ||
Action.h | ||
AutoGenerated.cpp | ||
AutoGenerated.h | ||
Common.td | ||
CompilationGraph.cpp | ||
CompilationGraph.h | ||
Error.h | ||
Graph.td | ||
llvmc.cpp | ||
Makefile | ||
Tool.h | ||
Tools.td |