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

Soumi Manna via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 12:15:07 PDT 2022


Manna added a comment.

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

> In D119017#3392993 <https://reviews.llvm.org/D119017#3392993>, @Manna wrote:
>
>>>> lf so, what target triple, so that I can reproduce? (New to clang development...)
>>
>> You can reproduce the test failure if you checkout 32 bit clang compiler.
>
> Please bear with me, how do I do this? :(

You can downloads an already built 32bit version of the compiler.

This is the link for the doc. You can look at paragraph "Using Visual Studio"
This is the command: cmake -DLLVM_ENABLE_PROJECTS=clang -G "Visual Studio 15 2017" -A Win32 -Thost=x64 ..\llvm

This is the doc:Clang - Getting Started (llvm.org)
https://clang.llvm.org/get_started.html#:~:text=The%20following%20details%20setting%20up%20for%20and%20building,for%20information%20on%20running%20regression%20tests%20on%20Windows


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