xref: /freebsd/lib/clang/libllvmminimal/Makefile (revision 0fca6ea1d4eea4c934cfff25ac9ee8ad6fe95583)
173ff7384SDimitry Andric.include <bsd.init.mk>
2986e05bcSDimitry Andric.include "../llvm.pre.mk"
3986e05bcSDimitry Andric
4986e05bcSDimitry AndricLIB=		llvmminimal
5986e05bcSDimitry AndricINTERNALLIB=
6986e05bcSDimitry Andric
70b57cec5SDimitry AndricSRCDIR=		llvm/lib
84014a71fSDimitry AndricSRCS+=		Demangle/ItaniumDemangle.cpp
948397f6cSJessica ClarkeSRCS+=		Support/ABIBreak.cpp
105897d2f0SDimitry AndricSRCS+=		Support/APFloat.cpp
11986e05bcSDimitry AndricSRCS+=		Support/APInt.cpp
126f5bc35dSBrandon BergrenSRCS+=		Support/Atomic.cpp
1336cb3905SDimitry AndricSRCS+=		Support/CodeGenCoverage.cpp
14986e05bcSDimitry AndricSRCS+=		Support/CommandLine.cpp
1509bfd043SDimitry AndricSRCS+=		Support/ConvertUTF.cpp
16986e05bcSDimitry AndricSRCS+=		Support/ConvertUTFWrapper.cpp
1713138422SDimitry AndricSRCS+=		Support/CrashRecoveryContext.cpp
18986e05bcSDimitry AndricSRCS+=		Support/Debug.cpp
19fe6060f1SDimitry AndricSRCS+=		Support/DebugCounter.cpp
20986e05bcSDimitry AndricSRCS+=		Support/Errno.cpp
2109bfd043SDimitry AndricSRCS+=		Support/Error.cpp
22986e05bcSDimitry AndricSRCS+=		Support/ErrorHandling.cpp
23*0fca6ea1SDimitry AndricSRCS+=		Support/ExtensibleRTTI.cpp
24986e05bcSDimitry AndricSRCS+=		Support/FoldingSet.cpp
2540af08b3SDimitry AndricSRCS+=		Support/FormatVariadic.cpp
26986e05bcSDimitry AndricSRCS+=		Support/FormattedStream.cpp
27fe6060f1SDimitry AndricSRCS+=		Support/GraphWriter.cpp
28e8d8bef9SDimitry AndricSRCS+=		Support/InitLLVM.cpp
29986e05bcSDimitry AndricSRCS+=		Support/IntEqClasses.cpp
3025194b54SDimitry AndricSRCS+=		Support/JSON.cpp
31986e05bcSDimitry AndricSRCS+=		Support/Locale.cpp
325897d2f0SDimitry AndricSRCS+=		Support/MD5.cpp
33986e05bcSDimitry AndricSRCS+=		Support/ManagedStatic.cpp
3448aaf27bSDimitry AndricSRCS+=		Support/MemAlloc.cpp
35986e05bcSDimitry AndricSRCS+=		Support/MemoryBuffer.cpp
3609bfd043SDimitry AndricSRCS+=		Support/NativeFormatting.cpp
37*0fca6ea1SDimitry AndricSRCS+=		Support/Optional.cpp
38986e05bcSDimitry AndricSRCS+=		Support/Path.cpp
39986e05bcSDimitry AndricSRCS+=		Support/PrettyStackTrace.cpp
40986e05bcSDimitry AndricSRCS+=		Support/Process.cpp
41986e05bcSDimitry AndricSRCS+=		Support/Program.cpp
42*0fca6ea1SDimitry AndricSRCS+=		Support/RISCVISAUtils.cpp
43fe6060f1SDimitry AndricSRCS+=		Support/RandomNumberGenerator.cpp
44986e05bcSDimitry AndricSRCS+=		Support/Regex.cpp
45986e05bcSDimitry AndricSRCS+=		Support/Signals.cpp
464014a71fSDimitry AndricSRCS+=		Support/Signposts.cpp
47986e05bcSDimitry AndricSRCS+=		Support/SmallPtrSet.cpp
48986e05bcSDimitry AndricSRCS+=		Support/SmallVector.cpp
49986e05bcSDimitry AndricSRCS+=		Support/SourceMgr.cpp
5009bfd043SDimitry AndricSRCS+=		Support/Statistic.cpp
51986e05bcSDimitry AndricSRCS+=		Support/StringExtras.cpp
52986e05bcSDimitry AndricSRCS+=		Support/StringMap.cpp
53986e05bcSDimitry AndricSRCS+=		Support/StringRef.cpp
54986e05bcSDimitry AndricSRCS+=		Support/StringSaver.cpp
55986e05bcSDimitry AndricSRCS+=		Support/Threading.cpp
5609bfd043SDimitry AndricSRCS+=		Support/Timer.cpp
57986e05bcSDimitry AndricSRCS+=		Support/ToolOutputFile.cpp
58986e05bcSDimitry AndricSRCS+=		Support/Twine.cpp
59fe6060f1SDimitry AndricSRCS+=		Support/TypeSize.cpp
60986e05bcSDimitry AndricSRCS+=		Support/Unicode.cpp
6104eeddc0SDimitry AndricSRCS+=		Support/VersionTuple.cpp
6238b6f456SDimitry AndricSRCS+=		Support/VirtualFileSystem.cpp
634014a71fSDimitry AndricSRCS+=		Support/Watchdog.cpp
6425194b54SDimitry AndricSRCS+=		Support/WithColor.cpp
650f1174c5SDimitry AndricSRCS+=		Support/YAMLParser.cpp
66986e05bcSDimitry AndricSRCS+=		Support/circular_raw_ostream.cpp
67986e05bcSDimitry AndricSRCS+=		Support/raw_ostream.cpp
68cb14a3feSDimitry AndricSRCS+=		Support/raw_socket_stream.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
7406c3fb27SDimitry AndricSRCS+=		Support/xxhash.cpp
75e8d8bef9SDimitry AndricSRCS+=		TableGen/DetailedRecordsBackend.cpp
76986e05bcSDimitry AndricSRCS+=		TableGen/Error.cpp
7725194b54SDimitry AndricSRCS+=		TableGen/JSONBackend.cpp
78986e05bcSDimitry AndricSRCS+=		TableGen/Main.cpp
79986e05bcSDimitry AndricSRCS+=		TableGen/Record.cpp
80986e05bcSDimitry AndricSRCS+=		TableGen/SetTheory.cpp
81986e05bcSDimitry AndricSRCS+=		TableGen/StringMatcher.cpp
82986e05bcSDimitry AndricSRCS+=		TableGen/TGLexer.cpp
83986e05bcSDimitry AndricSRCS+=		TableGen/TGParser.cpp
84986e05bcSDimitry AndricSRCS+=		TableGen/TableGenBackend.cpp
85986e05bcSDimitry Andric
86986e05bcSDimitry Andric.include "../llvm.build.mk"
87986e05bcSDimitry Andric.include <bsd.lib.mk>
88