[libcxx-commits] [PATCH] D134221: [runtimes] Always define the cxx_shared, cxx_static & other targets

Peter Collingbourne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 12 16:00:27 PDT 2022


pcc added a comment.

The sanitizer bot uses a 2-stage build so I'm not sure that it can be reproduced with a single CMake invocation. You should be able to reproduce on Linux with:

  git clone https://github.com/llvm/llvm-zorg.git
  BUILDBOT_CLOBBER= BUILDBOT_REVISION=79ee0342dbf025bc70f237bdfe9ccb4e10a592ce llvm-zorg/zorg/buildbot/builders/sanitizers/buildbot_standard.sh


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134221/new/

https://reviews.llvm.org/D134221



More information about the libcxx-commits mailing list