llvm/unittests/Object/CMakeLists.txt
David Bozier 9bb9b311b2 Fix incorrect formatting of DataRefImpl members in operator<< function
Changed format specifiers to use format macro constant for pointer type. 
Moved width part of format specifier in the correct place for formatting members a and b.

Added a unit test to confirm the output.

Differential Revision: https://reviews.llvm.org/D28957



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295173 91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-15 12:58:41 +00:00

10 lines
118 B
CMake

set(LLVM_LINK_COMPONENTS
Object
)
add_llvm_unittest(ObjectTests
SymbolSizeTest.cpp
SymbolicFileTest.cpp
)