aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/libllvmcore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmcore/Makefile')
-rw-r--r--lib/clang/libllvmcore/Makefile63
1 files changed, 0 insertions, 63 deletions
diff --git a/lib/clang/libllvmcore/Makefile b/lib/clang/libllvmcore/Makefile
deleted file mode 100644
index 7dea8fb5239cd..0000000000000
--- a/lib/clang/libllvmcore/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-LIB= llvmcore
-
-SRCDIR= lib/IR
-SRCS= AsmWriter.cpp \
- Attributes.cpp \
- AutoUpgrade.cpp \
- BasicBlock.cpp \
- Comdat.cpp \
- ConstantFold.cpp \
- ConstantRange.cpp \
- Constants.cpp \
- Core.cpp \
- DIBuilder.cpp \
- DataLayout.cpp \
- DebugInfo.cpp \
- DebugInfoMetadata.cpp \
- DebugLoc.cpp \
- DiagnosticInfo.cpp \
- DiagnosticPrinter.cpp \
- Dominators.cpp \
- Function.cpp \
- GCOV.cpp \
- GVMaterializer.cpp \
- Globals.cpp \
- IRBuilder.cpp \
- IRPrintingPasses.cpp \
- InlineAsm.cpp \
- Instruction.cpp \
- Instructions.cpp \
- IntrinsicInst.cpp \
- LLVMContext.cpp \
- LLVMContextImpl.cpp \
- LegacyPassManager.cpp \
- MDBuilder.cpp \
- Mangler.cpp \
- Metadata.cpp \
- Module.cpp \
- ModuleSummaryIndex.cpp \
- Operator.cpp \
- OptBisect.cpp \
- Pass.cpp \
- PassManager.cpp \
- PassRegistry.cpp \
- ProfileSummary.cpp \
- Statepoint.cpp \
- Type.cpp \
- TypeFinder.cpp \
- Use.cpp \
- User.cpp \
- Value.cpp \
- ValueSymbolTable.cpp \
- ValueTypes.cpp \
- Verifier.cpp
-
-TGHDRS= Attributes \
- AttributesCompatFunc \
- Intrinsics
-
-.include "../clang.lib.mk"