[WebAssembly] Add new target feature in support of 'extended-const' proposal
[llvm-project.git] / llvm / lib / Target / WebAssembly / MCTargetDesc / CMakeLists.txt
blobac7d49267341f11f06806877640824254259f3dd
1 add_llvm_component_library(LLVMWebAssemblyDesc
2   WebAssemblyAsmBackend.cpp
3   WebAssemblyInstPrinter.cpp
4   WebAssemblyMCAsmInfo.cpp
5   WebAssemblyMCCodeEmitter.cpp
6   WebAssemblyMCTargetDesc.cpp
7   WebAssemblyTargetStreamer.cpp
8   WebAssemblyWasmObjectWriter.cpp
10   LINK_COMPONENTS
11   MC
12   Support
13   WebAssemblyInfo
14   WebAssemblyUtils
16   ADD_TO_COMPONENT
17   WebAssembly