xref: /freebsd/lib/clang/libllvmminimal/Makefile (revision bdd1243df58e60e85101c09001d9812a789b6bc4)
1986e05bcSDimitry Andric# $FreeBSD$
2986e05bcSDimitry Andric
3986e05bcSDimitry Andric.include "../llvm.pre.mk"
4986e05bcSDimitry Andric
5986e05bcSDimitry AndricLIB=		llvmminimal
6986e05bcSDimitry AndricINTERNALLIB=
7986e05bcSDimitry Andric
80b57cec5SDimitry AndricSRCDIR=		llvm/lib
94014a71fSDimitry AndricSRCS+=		Demangle/ItaniumDemangle.cpp
1048397f6cSJessica ClarkeSRCS+=		Support/ABIBreak.cpp
115897d2f0SDimitry AndricSRCS+=		Support/APFloat.cpp
12986e05bcSDimitry AndricSRCS+=		Support/APInt.cpp
136f5bc35dSBrandon BergrenSRCS+=		Support/Atomic.cpp
1436cb3905SDimitry AndricSRCS+=		Support/CodeGenCoverage.cpp
15986e05bcSDimitry AndricSRCS+=		Support/CommandLine.cpp
1609bfd043SDimitry AndricSRCS+=		Support/ConvertUTF.cpp
17986e05bcSDimitry AndricSRCS+=		Support/ConvertUTFWrapper.cpp
1813138422SDimitry AndricSRCS+=		Support/CrashRecoveryContext.cpp
19986e05bcSDimitry AndricSRCS+=		Support/Debug.cpp
20fe6060f1SDimitry AndricSRCS+=		Support/DebugCounter.cpp
21986e05bcSDimitry AndricSRCS+=		Support/Errno.cpp
2209bfd043SDimitry AndricSRCS+=		Support/Error.cpp
23986e05bcSDimitry AndricSRCS+=		Support/ErrorHandling.cpp
24986e05bcSDimitry AndricSRCS+=		Support/FoldingSet.cpp
2540af08b3SDimitry AndricSRCS+=		Support/FormatVariadic.cpp
26986e05bcSDimitry AndricSRCS+=		Support/FormattedStream.cpp
27fe6060f1SDimitry AndricSRCS+=		Support/GraphWriter.cpp
28986e05bcSDimitry AndricSRCS+=		Support/Hashing.cpp
29e8d8bef9SDimitry AndricSRCS+=		Support/InitLLVM.cpp
30986e05bcSDimitry AndricSRCS+=		Support/IntEqClasses.cpp
3125194b54SDimitry AndricSRCS+=		Support/JSON.cpp
32986e05bcSDimitry AndricSRCS+=		Support/Locale.cpp
33482a8244SDimitry AndricSRCS+=		Support/LowLevelType.cpp
345897d2f0SDimitry AndricSRCS+=		Support/MD5.cpp
35986e05bcSDimitry AndricSRCS+=		Support/ManagedStatic.cpp
3648aaf27bSDimitry AndricSRCS+=		Support/MemAlloc.cpp
37986e05bcSDimitry AndricSRCS+=		Support/MemoryBuffer.cpp
3809bfd043SDimitry AndricSRCS+=		Support/NativeFormatting.cpp
39986e05bcSDimitry AndricSRCS+=		Support/Path.cpp
40986e05bcSDimitry AndricSRCS+=		Support/PrettyStackTrace.cpp
41986e05bcSDimitry AndricSRCS+=		Support/Process.cpp
42986e05bcSDimitry AndricSRCS+=		Support/Program.cpp
43*bdd1243dSDimitry AndricSRCS+=		Support/RISCVISAInfo.cpp
44fe6060f1SDimitry AndricSRCS+=		Support/RandomNumberGenerator.cpp
45986e05bcSDimitry AndricSRCS+=		Support/Regex.cpp
46986e05bcSDimitry AndricSRCS+=		Support/Signals.cpp
474014a71fSDimitry AndricSRCS+=		Support/Signposts.cpp
48986e05bcSDimitry AndricSRCS+=		Support/SmallPtrSet.cpp
49986e05bcSDimitry AndricSRCS+=		Support/SmallVector.cpp
50986e05bcSDimitry AndricSRCS+=		Support/SourceMgr.cpp
5109bfd043SDimitry AndricSRCS+=		Support/Statistic.cpp
52986e05bcSDimitry AndricSRCS+=		Support/StringExtras.cpp
53986e05bcSDimitry AndricSRCS+=		Support/StringMap.cpp
54986e05bcSDimitry AndricSRCS+=		Support/StringRef.cpp
55986e05bcSDimitry AndricSRCS+=		Support/StringSaver.cpp
56986e05bcSDimitry AndricSRCS+=		Support/Threading.cpp
5709bfd043SDimitry AndricSRCS+=		Support/Timer.cpp
58986e05bcSDimitry AndricSRCS+=		Support/ToolOutputFile.cpp
59986e05bcSDimitry AndricSRCS+=		Support/Twine.cpp
60fe6060f1SDimitry AndricSRCS+=		Support/TypeSize.cpp
61986e05bcSDimitry AndricSRCS+=		Support/Unicode.cpp
6204eeddc0SDimitry AndricSRCS+=		Support/VersionTuple.cpp
6338b6f456SDimitry AndricSRCS+=		Support/VirtualFileSystem.cpp
644014a71fSDimitry AndricSRCS+=		Support/Watchdog.cpp
6525194b54SDimitry AndricSRCS+=		Support/WithColor.cpp
660f1174c5SDimitry AndricSRCS+=		Support/YAMLParser.cpp
67986e05bcSDimitry AndricSRCS+=		Support/circular_raw_ostream.cpp
68986e05bcSDimitry AndricSRCS+=		Support/raw_ostream.cpp
69986e05bcSDimitry AndricSRCS+=		Support/regcomp.c
70986e05bcSDimitry AndricSRCS+=		Support/regerror.c
71986e05bcSDimitry AndricSRCS+=		Support/regexec.c
72986e05bcSDimitry AndricSRCS+=		Support/regfree.c
73986e05bcSDimitry AndricSRCS+=		Support/regstrlcpy.c
74e8d8bef9SDimitry AndricSRCS+=		TableGen/DetailedRecordsBackend.cpp
75986e05bcSDimitry AndricSRCS+=		TableGen/Error.cpp
7625194b54SDimitry AndricSRCS+=		TableGen/JSONBackend.cpp
77986e05bcSDimitry AndricSRCS+=		TableGen/Main.cpp
78986e05bcSDimitry AndricSRCS+=		TableGen/Record.cpp
79986e05bcSDimitry AndricSRCS+=		TableGen/SetTheory.cpp
80986e05bcSDimitry AndricSRCS+=		TableGen/StringMatcher.cpp
81986e05bcSDimitry AndricSRCS+=		TableGen/TGLexer.cpp
82986e05bcSDimitry AndricSRCS+=		TableGen/TGParser.cpp
83986e05bcSDimitry AndricSRCS+=		TableGen/TableGenBackend.cpp
84986e05bcSDimitry Andric
85986e05bcSDimitry Andric.include "../llvm.build.mk"
86986e05bcSDimitry Andric.include <bsd.lib.mk>
87