[PATCH] D89004: [LLD] [COFF] Implement a GNU/ELF like -wrap option
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 15 10:28:05 PDT 2020
aeubanks added a comment.
This breaks the Windows build:
C:\src\llvm-mint\lld\COFF\Symbols.cpp(26,1): error: static_assert failed due to requirement 'sizeof(lld::coff::SymbolUnion) <= 48' "symbols should be optimized for memory usage"
static_assert(sizeof(SymbolUnion) <= 48,
Reverted in 3d338f681340e2075707eabcf530bcc0c37da80e.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89004/new/
https://reviews.llvm.org/D89004
More information about the llvm-commits
mailing list