Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang: allow build on Windows with Visual C++
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]>
- Loading branch information