[clang] Add test for CWG190 "Layout-compatible POD-struct types" (#121668)
[llvm-project.git] / llvm / lib / CGData / CMakeLists.txt
blob003173139f36c5e77ec822f9eaa41483a942a82c
1 add_llvm_component_library(LLVMCGData
2   CodeGenData.cpp
3   CodeGenDataReader.cpp
4   CodeGenDataWriter.cpp
5   OutlinedHashTree.cpp
6   OutlinedHashTreeRecord.cpp
7   StableFunctionMap.cpp
8   StableFunctionMapRecord.cpp
10   ADDITIONAL_HEADER_DIRS
11   ${LLVM_MAIN_INCLUDE_DIR}/llvm/CGData
13   DEPENDS
14   intrinsics_gen
16   LINK_COMPONENTS
17   BitReader
18   BitWriter
19   Core
20   Support
21   Object
22   )