[LV] Add tests with dereferenceable assumptions.
[llvm-project.git] / llvm / unittests / Demangle / CMakeLists.txt
blob105af816e2ca002df8ff268b74fedb3fc13a4301
1 set(LLVM_LINK_COMPONENTS
2   Demangle
3   Support
6 add_llvm_unittest(DemangleTests
7   DemangleTest.cpp
8   DLangDemangleTest.cpp
9   ItaniumDemangleTest.cpp
10   OutputBufferTest.cpp
11   PartialDemangleTest.cpp
12   RustDemangleTest.cpp