diff options
Diffstat (limited to 'lib/clang/libllvmcore')
-rw-r--r-- | lib/clang/libllvmcore/Makefile | 64 | ||||
-rw-r--r-- | lib/clang/libllvmcore/Makefile.depend | 16 |
2 files changed, 0 insertions, 80 deletions
diff --git a/lib/clang/libllvmcore/Makefile b/lib/clang/libllvmcore/Makefile deleted file mode 100644 index dc9ce47..0000000 --- a/lib/clang/libllvmcore/Makefile +++ /dev/null @@ -1,64 +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 \ - FunctionInfo.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 \ - Operator.cpp \ - Pass.cpp \ - PassRegistry.cpp \ - Statepoint.cpp \ - Type.cpp \ - TypeFinder.cpp \ - Use.cpp \ - User.cpp \ - Value.cpp \ - ValueSymbolTable.cpp \ - ValueTypes.cpp \ - Verifier.cpp - -.if ${MK_CLANG_EXTRAS} != "no" -SRCS+= PassManager.cpp -.endif - -TGHDRS= Attributes \ - AttributesCompatFunc \ - Intrinsics - -.include "../clang.lib.mk" diff --git a/lib/clang/libllvmcore/Makefile.depend b/lib/clang/libllvmcore/Makefile.depend deleted file mode 100644 index 00c24e7..0000000 --- a/lib/clang/libllvmcore/Makefile.depend +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - include \ - include/xlocale \ - lib/libc++ \ - lib/msun \ - usr.bin/clang/llvm-tblgen.host \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |