1986e05bcSDimitry Andric 273ff7384SDimitry Andric.include <bsd.init.mk> 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 335897d2f0SDimitry AndricSRCS+= Support/MD5.cpp 34986e05bcSDimitry AndricSRCS+= Support/ManagedStatic.cpp 3548aaf27bSDimitry AndricSRCS+= Support/MemAlloc.cpp 36986e05bcSDimitry AndricSRCS+= Support/MemoryBuffer.cpp 3709bfd043SDimitry AndricSRCS+= Support/NativeFormatting.cpp 38986e05bcSDimitry AndricSRCS+= Support/Path.cpp 39986e05bcSDimitry AndricSRCS+= Support/PrettyStackTrace.cpp 40986e05bcSDimitry AndricSRCS+= Support/Process.cpp 41986e05bcSDimitry AndricSRCS+= Support/Program.cpp 42bdd1243dSDimitry AndricSRCS+= Support/RISCVISAInfo.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 68*cb14a3feSDimitry 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