[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
Mon Apr 4 08:41:36 PDT 2022


devin.jeanpierre added a comment.

In D119017#3400347 <https://reviews.llvm.org/D119017#3400347>, @devin.jeanpierre wrote:

> I don't have easy access to a Windows machine at work so am struggling with the reproduction instructions.

Well, after much procrastinating, and an hour of fiddling with installing Visual Studio, I tried on Linux with the following RUN line:

  // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 -triple i686-pc-win32

No joy. So I guess I really do need to reproduce this on Windows!


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