freebsd-src/usr.bin/clang/llvm-mca/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

23 lines
588 B
Makefile

PROG_CXX= llvm-mca
SRCDIR= llvm/tools/llvm-mca
SRCS+= CodeRegion.cpp
SRCS+= CodeRegionGenerator.cpp
SRCS+= PipelinePrinter.cpp
SRCS+= Views/BottleneckAnalysis.cpp
SRCS+= Views/DispatchStatistics.cpp
SRCS+= Views/InstructionInfoView.cpp
SRCS+= Views/InstructionView.cpp
SRCS+= Views/RegisterFileStatistics.cpp
SRCS+= Views/ResourcePressureView.cpp
SRCS+= Views/RetireControlUnitStatistics.cpp
SRCS+= Views/SchedulerStatistics.cpp
SRCS+= Views/SummaryView.cpp
SRCS+= Views/TimelineView.cpp
SRCS+= llvm-mca.cpp
CFLAGS+= -I${LLVM_BASE}/${SRCDIR}
.include "../llvm.prog.mk"