mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
dbfeeb71d5
Previously, it would simply output nothing, but it should output an empty string `""`. llvm-svn: 185894
8 lines
88 B
CMake
8 lines
88 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
object
|
|
)
|
|
|
|
add_llvm_unittest(ObjectTests
|
|
YAMLTest.cpp
|
|
)
|