Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / SymbolVendor / wasm / CMakeLists.txt
blob49f6012c7bcac91438e5ea2b675fa88c66350b43
1 add_lldb_library(lldbPluginSymbolVendorWasm PLUGIN
2   SymbolVendorWasm.cpp
4   LINK_LIBS
5     lldbCore
6     lldbHost
7     lldbSymbol
8     lldbPluginObjectFileWasm
9   )