[libcxx-commits] [PATCH] D143052: [CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flag
David Spickett via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 22 07:57:38 PST 2023
DavidSpickett added a comment.
Due to the, unique, way the bot is configured, this is actually the build that first included the change: https://lab.llvm.org/buildbot/#/builders/175/builds/25426
(because it only triggers on certain subprojects it only shows the commits from those projects, which causes major confusion)
That passed, because we did not clean the build dir. The next time we did clear it was https://lab.llvm.org/buildbot/#/builders/175/builds/25433, which failed as shown before.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143052/new/
https://reviews.llvm.org/D143052
More information about the libcxx-commits
mailing list