Skip to content

Commit 62c108b

Browse files
committed
reland-fix: link missing FrontendHLSL lib
This relands #141130. The initial commit uncovered that we are missing the correct linking of FrontendHLSL into clang/lib/Parse and clang/lib/unittests/Parse. This change addreses this my linking them accordingly. It was also checked and ensured that the LexHLSLRootSignature libraries do not depend on FrontendHLSL and so we are not required to link there. Resolves: #138190 and #138192
1 parent 2f7da28 commit 62c108b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/lib/Parse/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set(LLVM_LINK_COMPONENTS
2+
FrontendHLSL
23
FrontendOpenMP
34
MC
45
MCParser

clang/unittests/Parse/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ add_clang_unittest(ParseTests
1111
LLVMTestingSupport
1212
clangTesting
1313
LLVM_COMPONENTS
14+
FrontendHLSL
1415
Support
1516
)

0 commit comments

Comments
 (0)