llvm-6502/tools/bugpoint
Andrew Trick f73311bb64 Added bugpoint options: -compile-custom and -compile-command=...
I've been using this mode to narrow down llc unit tests. Example
custom compile script:
llc "$@"
not pygrep.py 'mul\s+r([0-9]), r\1,' < bugpoint-test-program.s


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125096 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-08 18:20:48 +00:00
..
BugDriver.cpp
BugDriver.h
bugpoint.cpp
CMakeLists.txt
CrashDebugger.cpp
ExecutionDriver.cpp Added bugpoint options: -compile-custom and -compile-command=... 2011-02-08 18:20:48 +00:00
ExtractFunction.cpp
FindBugs.cpp
ListReducer.h
Makefile
Miscompilation.cpp
OptimizerDriver.cpp
ToolRunner.cpp Added bugpoint options: -compile-custom and -compile-command=... 2011-02-08 18:20:48 +00:00
ToolRunner.h Added bugpoint options: -compile-custom and -compile-command=... 2011-02-08 18:20:48 +00:00