aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Demangle/CMakeLists.txt
blob: 105af816e2ca002df8ff268b74fedb3fc13a4301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(LLVM_LINK_COMPONENTS
  Demangle
  Support
)

add_llvm_unittest(DemangleTests
  DemangleTest.cpp
  DLangDemangleTest.cpp
  ItaniumDemangleTest.cpp
  OutputBufferTest.cpp
  PartialDemangleTest.cpp
  RustDemangleTest.cpp
)