NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | Core | ||||
3 | ExecutionEngine | ||||
4 | Interpreter | ||||
NAKAMURA Takumi | 23b702c | 2014-07-14 05:01:53 +0000 | [diff] [blame] | 5 | MC |
NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 6 | Support |
7 | nativecodegen | ||||
8 | ) | ||||
Michael J. Spencer | 93c9b2e | 2010-09-13 23:59:48 +0000 | [diff] [blame] | 9 | |
Oscar Fuentes | cac467e | 2008-10-22 02:52:59 +0000 | [diff] [blame] | 10 | add_llvm_example(HowToUseJIT |
Oscar Fuentes | 9e3f7db | 2008-09-26 19:48:03 +0000 | [diff] [blame] | 11 | HowToUseJIT.cpp |
12 | ) |