[PATCH] D64077: [ELF] Assert sizeof(SymbolUnion) <= 80

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 12:52:47 PST 2019


aykevl added a comment.

I wrote a patch, see: https://reviews.llvm.org/D70266

This runs on Azure Pipelines with the Bash task. I'm not sure which exact compiler is used, but it is most likely MinGW (GCC) using the MinGW ABI because that's the only ABI that can be used from Go (CGo) on Windows. I can check the exact compiler (and version) if needed.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64077





More information about the llvm-commits mailing list