mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
16 lines
302 B
Makefile
16 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"
|