Akira Hatanaka | 1cb242e | 2015-12-22 23:57:37 +0000 | [diff] [blame] | 1 | set(LLVM_TARGET_DEFINITIONS AttributesCompatFunc.td) |
2 | tablegen(LLVM AttributesCompatFunc.inc -gen-attrs) | ||||
3 | add_public_tablegen_target(AttributeCompatFuncTableGen) | ||||
4 | |||||
Oscar Fuentes | f3c03b0 | 2008-10-22 02:51:53 +0000 | [diff] [blame] | 5 | add_llvm_library(LLVMCore |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 6 | AsmWriter.cpp |
Oscar Fuentes | ace327a | 2008-09-24 01:58:12 +0000 | [diff] [blame] | 7 | Attributes.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 8 | AutoUpgrade.cpp |
9 | BasicBlock.cpp | ||||
David Majnemer | dad0a64 | 2014-06-27 18:19:56 +0000 | [diff] [blame] | 10 | Comdat.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 11 | ConstantFold.cpp |
Chandler Carruth | 8cd041e | 2014-03-04 12:24:34 +0000 | [diff] [blame] | 12 | ConstantRange.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 13 | Constants.cpp |
14 | Core.cpp | ||||
Chandler Carruth | 7caea41 | 2013-11-09 12:26:54 +0000 | [diff] [blame] | 15 | DIBuilder.cpp |
Micah Villmow | ac34b5c | 2012-10-04 22:08:14 +0000 | [diff] [blame] | 16 | DataLayout.cpp |
Bill Wendling | 3b2ab9ea | 2012-06-28 00:18:12 +0000 | [diff] [blame] | 17 | DebugInfo.cpp |
Duncan P. N. Exon Smith | d9901ff | 2015-02-02 18:53:21 +0000 | [diff] [blame] | 18 | DebugInfoMetadata.cpp |
Ted Kremenek | 539f7b0 | 2011-10-04 18:22:24 +0000 | [diff] [blame] | 19 | DebugLoc.cpp |
Benjamin Kramer | 6b841f1 | 2014-04-12 14:26:59 +0000 | [diff] [blame] | 20 | DiagnosticInfo.cpp |
21 | DiagnosticPrinter.cpp | ||||
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 22 | Dominators.cpp |
23 | Function.cpp | ||||
Ted Kremenek | 539f7b0 | 2011-10-04 18:22:24 +0000 | [diff] [blame] | 24 | GCOV.cpp |
Ted Kremenek | 8fafa93 | 2010-01-27 20:44:12 +0000 | [diff] [blame] | 25 | GVMaterializer.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 26 | Globals.cpp |
Ted Kremenek | 8fafa93 | 2010-01-27 20:44:12 +0000 | [diff] [blame] | 27 | IRBuilder.cpp |
Chandler Carruth | 12e9d2b | 2014-01-09 02:39:45 +0000 | [diff] [blame] | 28 | IRPrintingPasses.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 29 | InlineAsm.cpp |
30 | Instruction.cpp | ||||
31 | Instructions.cpp | ||||
32 | IntrinsicInst.cpp | ||||
Owen Anderson | 8e66e0b | 2009-06-30 00:48:55 +0000 | [diff] [blame] | 33 | LLVMContext.cpp |
Jeffrey Yasskin | 4cfb3a7 | 2010-03-21 21:17:34 +0000 | [diff] [blame] | 34 | LLVMContextImpl.cpp |
Chandler Carruth | 7caea41 | 2013-11-09 12:26:54 +0000 | [diff] [blame] | 35 | LegacyPassManager.cpp |
Benjamin Kramer | 6b841f1 | 2014-04-12 14:26:59 +0000 | [diff] [blame] | 36 | MDBuilder.cpp |
Rafael Espindola | 894843c | 2014-01-07 21:19:40 +0000 | [diff] [blame] | 37 | Mangler.cpp |
Devang Patel | a4f43fb | 2009-07-28 21:49:47 +0000 | [diff] [blame] | 38 | Metadata.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 39 | Module.cpp |
Teresa Johnson | 26ab577 | 2016-03-15 00:04:37 +0000 | [diff] [blame] | 40 | ModuleSummaryIndex.cpp |
David Blaikie | 60310f2 | 2015-05-08 00:42:26 +0000 | [diff] [blame] | 41 | Operator.cpp |
Andrew Kaylor | aa641a5 | 2016-04-22 22:06:11 +0000 | [diff] [blame] | 42 | OptBisect.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | Pass.cpp |
Chandler Carruth | 74015a7 | 2013-11-13 01:12:08 +0000 | [diff] [blame] | 44 | PassManager.cpp |
Owen Anderson | 1e8ae64 | 2010-07-20 18:39:06 +0000 | [diff] [blame] | 45 | PassRegistry.cpp |
Philip Reames | 1a1bdb2 | 2014-12-02 18:50:36 +0000 | [diff] [blame] | 46 | Statepoint.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 47 | Type.cpp |
Bill Wendling | 8555a37 | 2012-08-03 00:30:35 +0000 | [diff] [blame] | 48 | TypeFinder.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 49 | Use.cpp |
Jay Foad | 59809c7 | 2011-01-16 08:10:57 +0000 | [diff] [blame] | 50 | User.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 51 | Value.cpp |
52 | ValueSymbolTable.cpp | ||||
53 | ValueTypes.cpp | ||||
54 | Verifier.cpp | ||||
Zachary Turner | 3bd47ce | 2015-02-11 03:28:02 +0000 | [diff] [blame] | 55 | |
56 | ADDITIONAL_HEADER_DIRS | ||||
57 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/IR | ||||
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 58 | ) |
NAKAMURA Takumi | cca44e2 | 2012-06-24 03:48:29 +0000 | [diff] [blame] | 59 | |
NAKAMURA Takumi | 704de07 | 2012-06-24 13:32:01 +0000 | [diff] [blame] | 60 | add_dependencies(LLVMCore intrinsics_gen) |