mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
9bb9b311b2
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
10 lines
118 B
CMake
10 lines
118 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Object
|
|
)
|
|
|
|
add_llvm_unittest(ObjectTests
|
|
SymbolSizeTest.cpp
|
|
SymbolicFileTest.cpp
|
|
)
|
|
|