You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments