[PATCH] D86134: Fix OCaml build failure because of absolute path in system libs
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 11:01:57 PDT 2020
phosek added a comment.
@haampie I landed your change but I'm seeing the following failure on sanitizer Windows bot:
CMake Error at lib/Support/CMakeLists.txt:223 (get_system_libname):
get_system_libname Function invoked with incorrect arguments for function
named: get_system_libname
The failing build is http://lab.llvm.org:8011/builders/sanitizer-windows/builds/68331
I'm going to revert the change, but I'm happy to reland it once we figure out what the problem is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86134/new/
https://reviews.llvm.org/D86134
More information about the llvm-commits
mailing list