[PATCH] D78894: [ms] Add new option to llvm-lib: /llvmlibempty
Vlad Vereschaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 20:08:34 PDT 2020
vvereschaka added a comment.
This is the expensive checks builder and I see this crash on all that kind of builders
- http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-debian/builds/6242
- http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/23340
Probably adding `-DLLVM_ENABLE_EXPENSIVE_CHECKS=ON` to CMake command line will give a proper build.
Or you may try all the same CMake options as the builder uses
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-ubuntu/builds/5179/steps/cmake-configure/logs/stdio
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78894/new/
https://reviews.llvm.org/D78894
More information about the llvm-commits
mailing list