[PATCH] D119017: [clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially relocatable"".

Devin Jeanpierre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 11:40:15 PDT 2022


devin.jeanpierre added a comment.

In D119017#3392961 <https://reviews.llvm.org/D119017#3392961>, @Manna wrote:

> LIT test (SemaCXX/attr-trivial-abi.cpp) is failing for x86 build of clang. The same failures are happening with our downstream X86 clang build.
> [...]
> The test might need to be updated so that shouldn't run with x86 build. @devin.jeanpierre, could you please look at the test failures? Thanks

A couple questions -- was that failure introduced by this change, or a different change? Also, what target triple, so that I can reproduce? (New to clang development...)

(I am hoping that I'm not expected to roll back this change after it's been in for a month.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119017



More information about the cfe-commits mailing list