comparison unittests/Object/CMakeLists.txt @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children c2174574ed3a
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
2 Object 2 Object
3 ) 3 )
4 4
5 add_llvm_unittest(ObjectTests 5 add_llvm_unittest(ObjectTests
6 SymbolSizeTest.cpp 6 SymbolSizeTest.cpp
7 SymbolicFileTest.cpp
7 ) 8 )
8 9