[PATCH] D84610: [ELF] --icf: don't fold text sections with LSDA
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 16:45:03 PDT 2020
thakis added a comment.
This probably breaks the build on systems where uint64_t and size_t are different types, such as apparently on macOS:
http://45.33.8.238/mac/18492/step_4.txt
I'm only seeing this on some of my Macs though, so maybe it's dependent on sdk or host clang version. If the error makes sense to you, do something about it, else I'll try installing a newer host clang on that bot later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84610/new/
https://reviews.llvm.org/D84610
More information about the llvm-commits
mailing list