2010-06-09 15:32:20 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2013-02-02 17:28:29 -05:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
2010-06-09 15:32:20 -04:00
|
|
|
LIB= llvmcore
|
|
|
|
|
|
2013-04-12 13:57:40 -04:00
|
|
|
SRCDIR= lib/IR
|
2010-07-20 13:16:57 -04:00
|
|
|
SRCS= AsmWriter.cpp \
|
|
|
|
|
Attributes.cpp \
|
|
|
|
|
AutoUpgrade.cpp \
|
|
|
|
|
BasicBlock.cpp \
|
|
|
|
|
ConstantFold.cpp \
|
|
|
|
|
Constants.cpp \
|
|
|
|
|
Core.cpp \
|
2012-08-20 14:33:03 -04:00
|
|
|
DIBuilder.cpp \
|
2012-12-03 14:24:08 -05:00
|
|
|
DataLayout.cpp \
|
2012-08-20 14:33:03 -04:00
|
|
|
DebugInfo.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
DebugLoc.cpp \
|
|
|
|
|
Dominators.cpp \
|
|
|
|
|
Function.cpp \
|
2012-12-03 14:24:08 -05:00
|
|
|
GCOV.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
GVMaterializer.cpp \
|
|
|
|
|
Globals.cpp \
|
|
|
|
|
IRBuilder.cpp \
|
|
|
|
|
InlineAsm.cpp \
|
|
|
|
|
Instruction.cpp \
|
|
|
|
|
Instructions.cpp \
|
|
|
|
|
IntrinsicInst.cpp \
|
|
|
|
|
LLVMContext.cpp \
|
|
|
|
|
LLVMContextImpl.cpp \
|
|
|
|
|
LeakDetector.cpp \
|
2014-02-16 14:44:07 -05:00
|
|
|
LegacyPassManager.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
Metadata.cpp \
|
|
|
|
|
Module.cpp \
|
|
|
|
|
Pass.cpp \
|
|
|
|
|
PassManager.cpp \
|
2010-09-20 12:43:17 -04:00
|
|
|
PassRegistry.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
PrintModulePass.cpp \
|
|
|
|
|
Type.cpp \
|
2012-08-20 14:33:03 -04:00
|
|
|
TypeFinder.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
Use.cpp \
|
2011-02-20 14:33:47 -05:00
|
|
|
User.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
Value.cpp \
|
|
|
|
|
ValueSymbolTable.cpp \
|
|
|
|
|
ValueTypes.cpp \
|
|
|
|
|
Verifier.cpp
|
2010-06-09 15:32:20 -04:00
|
|
|
|
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|