[PATCH] D116203: [clang] adds unary type transformations as compiler built-ins

Felipe de Azevedo Piovezan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 22 08:28:53 PDT 2022


fdeazeve added a comment.

I believe this patch might have broken LLDB bots https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/46269/

I've confirmed that d2d77e050b32 <https://reviews.llvm.org/rGd2d77e050b32ce3f917688aeeb9e6f8f3c209560> is good while e9ef45635b77 <https://reviews.llvm.org/rGe9ef45635b77598fc9ce0cd38d7d3f8c9d88a49d> (this commit) breaks some tests.

To repro, a build of llvm+lldb+libcxx+libcxxapi and

  # inside build dir
  /bin/llvm-lit -v tools/lldb/test/API/lang/objc/modules-objc-property/TestModulesObjCProperty.py

Alternatively, running the `check-lldb` target should do it. But there is one other unrelated failure that might show up in that target


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116203



More information about the cfe-commits mailing list