]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/clang/llvm-mca/Makefile
Merge ^/vendor/compiler-rt/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / usr.bin / clang / llvm-mca / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=       llvm-mca
4
5 SRCDIR=         llvm/tools/llvm-mca
6 SRCS+=          CodeRegion.cpp
7 SRCS+=          CodeRegionGenerator.cpp
8 SRCS+=          PipelinePrinter.cpp
9 SRCS+=          Views/BottleneckAnalysis.cpp
10 SRCS+=          Views/DispatchStatistics.cpp
11 SRCS+=          Views/InstructionInfoView.cpp
12 SRCS+=          Views/RegisterFileStatistics.cpp
13 SRCS+=          Views/ResourcePressureView.cpp
14 SRCS+=          Views/RetireControlUnitStatistics.cpp
15 SRCS+=          Views/SchedulerStatistics.cpp
16 SRCS+=          Views/SummaryView.cpp
17 SRCS+=          Views/TimelineView.cpp
18 SRCS+=          Views/View.cpp
19 SRCS+=          llvm-mca.cpp
20
21 CFLAGS+=        -I${LLVM_BASE}/${SRCDIR}
22
23 LIBADD+=        z
24
25 .include "../llvm.prog.mk"