[libcxx-commits] [PATCH] D131395: [libc++] Implement `lexicographical_compare_three_way`

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 12 14:50:48 PST 2023


avogelsgesang added a comment.

Landing despite red CI, because:

- `clang-format` is red because it is complaining about incorrectly formatting in a pre-existing file
- "Apple back-deployment macosx-10.15" is failing due to some unrelated infrastructure error
- clang-cl failed due to `std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_for.pass.cpp` which is unrelated to this commit

Build error from Apple back-deployment test:

  + tar -xz --strip-components=1 -C /Users/libcxx-buildkite-agent/libcxx.buildkite-agent/builds/y10-8-macminivault-com/llvm-project/libcxx-ci/build/apple-system-backdeployment-10.15/macos-roots
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100   934  100   934    0     0     31      0  0:00:30  0:00:30 --:--:--   246
  tar: Error opening archive: Unrecognized archive format


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131395



More information about the libcxx-commits mailing list