Skip to content

Commit 7d4e84c

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 b5a61c7 commit 7d4e84c

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)