NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
| 2 | BitReader |
Francis Visoiu Mistrih | e030827 | 2019-07-03 22:40:07 +0000 | [diff] [blame] | 3 | BitstreamReader |
NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 4 | Support |
| 5 | ) |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 6 | |
| 7 | add_llvm_tool(llvm-bcanalyzer |
| 8 | llvm-bcanalyzer.cpp |
Nico Weber | 93c5e2a | 2018-12-19 20:19:58 +0000 | [diff] [blame] | 9 | |
| 10 | DEPENDS |
| 11 | intrinsics_gen |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 12 | ) |