Skip to content

Commit baf93dd

Browse files
committed
moving HLSLBufferLayoutBuilder.cpp from clang/lib/CodeGen to clang/lib/CodeGen/Targets fixes things so we don't need PARTIAL_SOURCES_INTENDED and don't need to special case into the clangcodegen library
1 parent 41f7cdb commit baf93dd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

clang/lib/CodeGen/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ add_clang_library(clangCodeGen
107107
ConstantInitBuilder.cpp
108108
CoverageMappingGen.cpp
109109
ItaniumCXXABI.cpp
110-
HLSLBufferLayoutBuilder.cpp
111110
LinkInModulesPass.cpp
112111
MacroPPCallbacks.cpp
113112
MicrosoftCXXABI.cpp
@@ -117,7 +116,6 @@ add_clang_library(clangCodeGen
117116
SanitizerMetadata.cpp
118117
SwiftCallingConv.cpp
119118
TargetInfo.cpp
120-
Targets/DirectX.cpp
121119
VarBypassDetector.cpp
122120

123121
DEPENDS

clang/lib/CodeGen/Targets/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
22

33
add_clang_library(clangCodeGenTargets STATIC
4-
PARTIAL_SOURCES_INTENDED
54
AArch64.cpp
65
AMDGPU.cpp
76
ARC.cpp
87
ARM.cpp
98
AVR.cpp
109
BPF.cpp
1110
CSKY.cpp
11+
DirectX.cpp
12+
HLSLBufferLayoutBuilder.cpp
1213
Hexagon.cpp
1314
Lanai.cpp
1415
LoongArch.cpp

0 commit comments

Comments
 (0)