[PATCH] D77248: [llvm][IR] Add dso_local_equivalent Constant

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 10:56:38 PST 2020


leonardchan added inline comments.


================
Comment at: llvm/include/llvm-c/Core.h:266
   LLVMBlockAddressValueKind,
+  LLVMDSOLocalEquivalentValueKind,
   LLVMConstantExprValueKind,
----------------
MaskRay wrote:
> Adding a member in the middle breaks prebuilt binaries linking against llvm-c. How about just dropping the change?
Done. The only concern is that there is no generated value for this in the `Value::ValueTy` enum which would've led to some errors, so I added it manually with a comment explaining why it's there.


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