Reid Kleckner 984dc4b9cd [WebAssembly] Create separation between MC and CodeGen layers
Move WebAssemblyUtilities from Utils to the CodeGen library. It
primarily deals in MIR layer types, so it really lives in the CodeGen
library.

Move a variety of other things around to try create better separation.

See issue #64166 for more info on layering.

Move llvm/include/CodeGen/WasmAddressSpaces.h back to
llvm/lib/Target/WebAssembly/Utils.

Differential Revision: https://reviews.llvm.org/D156472
2023-08-18 14:08:37 -07:00

15 lines
201 B
CMake

add_llvm_component_library(LLVMWebAssemblyUtils
WebAssemblyTypeUtilities.cpp
LINK_COMPONENTS
CodeGen
CodeGenTypes
Core
MC
Support
WebAssemblyDesc
ADD_TO_COMPONENT
WebAssembly
)