[PATCH] D97204: [RFC] Clang 64-bit source locations
Argyrios Kyrtzidis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 22 17:27:10 PST 2021
akyrtzi added a comment.
Hi @miyuki,
> A major thing worth noting is that 64-bit source locations will
> require an ABI breakage in libclang. This patch changes the bit width
> in libclang unconditionally, rather than making it configurable.
Is it possible to make the libclang change configurable as well? A libclang ABI breakage would be problematic for us at Apple. We support dynamically loading and using multiple libclang dylibs from different toolchains, which can be different clang versions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97204/new/
https://reviews.llvm.org/D97204
More information about the cfe-commits
mailing list