xref: /freebsd-14.2/usr.bin/clang/llvm-mca/Makefile (revision d0b2dbfa)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2PROG_CXX=	llvm-mca
3
4SRCDIR=		llvm/tools/llvm-mca
5SRCS+=		CodeRegion.cpp
6SRCS+=		CodeRegionGenerator.cpp
7SRCS+=		PipelinePrinter.cpp
8SRCS+=		Views/BottleneckAnalysis.cpp
9SRCS+=		Views/DispatchStatistics.cpp
10SRCS+=		Views/InstructionInfoView.cpp
11SRCS+=		Views/InstructionView.cpp
12SRCS+=		Views/RegisterFileStatistics.cpp
13SRCS+=		Views/ResourcePressureView.cpp
14SRCS+=		Views/RetireControlUnitStatistics.cpp
15SRCS+=		Views/SchedulerStatistics.cpp
16SRCS+=		Views/SummaryView.cpp
17SRCS+=		Views/TimelineView.cpp
18SRCS+=		llvm-mca.cpp
19
20CFLAGS+=	-I${LLVM_BASE}/${SRCDIR}
21
22.include "../llvm.prog.mk"
23

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026