[libcxx-commits] [PATCH] D116957: [libc++] [test] Add a test for proper _Uglification of template parameter names

Haowei Wu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 18 10:31:37 PST 2022


haowei added a comment.

Hi, we are seeing test failures from `libc++ :: libcxx/nasty_macros.compile.pass.cpp` in Fuchsia's linux-x64 and arm64 clang builders after this patch was landed.

Link to the failed build: https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8825027967296150705/overview

We confirmed patch "6cc305764f62c9eb32194dcdb3bc6b4209e3175b <https://reviews.llvm.org/rG6cc305764f62c9eb32194dcdb3bc6b4209e3175b>" is the culprit by locally reverting it. Could you take a look please? If it takes a long time to fix. Could you revert the this change? Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116957



More information about the libcxx-commits mailing list