OSDN Git Service

Object/WasmObjectFile: Fix comparison of different signs
[android-x86/external-llvm.git] / unittests / Object / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Object
3   )
4
5 add_llvm_unittest(ObjectTests
6   SymbolSizeTest.cpp
7   SymbolicFileTest.cpp
8   )
9