[PATCH] D77248: [llvm][IR] Add dso_local_equivalent Constant
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 21:23:52 PST 2020
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm-c/Core.h:266
LLVMBlockAddressValueKind,
+ LLVMDSOLocalEquivalentValueKind,
LLVMConstantExprValueKind,
----------------
Adding a member in the middle breaks prebuilt binaries linking against llvm-c. How about just dropping the change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77248/new/
https://reviews.llvm.org/D77248
More information about the llvm-commits
mailing list