[PATCH] D71301: [clang][IFS] Prevent Clang-IFS from Leaking symbols from inside a block.

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 13 18:41:43 PST 2020


plotfi added a comment.

In D71301#1818233 <https://reviews.llvm.org/D71301#1818233>, @thakis wrote:

> This test fails on Windows: http://45.33.8.238/win/5658/step_7.txt
>
> Looks like this expects itanium mangling; maybe you want `-triple %itanium_abi_triple`?


I missed this message. Sorry about that. I'll remember to use %itanium_abi_triple in the future (didn't know that was a thing, was just using the linux triple if I wanted itanium abi). Thanks again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71301





More information about the cfe-commits mailing list