Skip to content

Commit 6d46d30

Browse files
author
Finn Plummer
committed
reland-fix: link clangParse to clangSema
we require access to the RootSignatureParser/Lexer which are located in clang/parse and clang/lex respectively. clangLex is already listed as a linked library whereas clangParse isn't so this commit resolves this issue by linking the clangParse library to provide access to RootSignatureParser
1 parent 43a9a00 commit 6d46d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ add_clang_library(clangSema
110110
clangBasic
111111
clangEdit
112112
clangLex
113+
clangParse
113114
clangSupport
114115
)

0 commit comments

Comments
 (0)