1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 08:23:21 +01:00
llvm-mirror/tools/bugpoint
Andrew Trick 0cc8ef1ec9 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

llvm-svn: 125096
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