mirror of
https://github.com/opnsense/src.git
synced 2026-06-29 20:35:02 -04:00
15 lines
302 B
Makefile
15 lines
302 B
Makefile
|
|
PROG_CXX= bugpoint
|
|
|
|
SRCDIR= llvm/tools/bugpoint
|
|
SRCS+= BugDriver.cpp
|
|
SRCS+= CrashDebugger.cpp
|
|
SRCS+= ExecutionDriver.cpp
|
|
SRCS+= ExtractFunction.cpp
|
|
SRCS+= FindBugs.cpp
|
|
SRCS+= Miscompilation.cpp
|
|
SRCS+= OptimizerDriver.cpp
|
|
SRCS+= ToolRunner.cpp
|
|
SRCS+= bugpoint.cpp
|
|
|
|
.include "../llvm.prog.mk"
|