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
The CMake code will set HAVE_CLANG_REPL_SUPPORT to ON and the Visual C++
compiler will complain at linking a release build of clang-repl.exe due
to the number of symbols bigger than 65k.
This patchset allows setting HAVE_CLANG_REPL_SUPPORT to OFF and build
fine.
Change-Id: I10665ef13c7dfffb5e23c05475ac5f10de48b8ee
Reviewed-by: Eike Ziller <[email protected]>
0 commit comments