mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
8404150bcd
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 llvm-svn: 295173
10 lines
118 B
CMake
10 lines
118 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Object
|
|
)
|
|
|
|
add_llvm_unittest(ObjectTests
|
|
SymbolSizeTest.cpp
|
|
SymbolicFileTest.cpp
|
|
)
|
|
|