[PATCH] D114936: [llvm-c] Add header deprecations

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 10:31:26 PST 2021


aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.

it'd be nice to split out the API changes and the deprecation macro addition, but not a huge deal



================
Comment at: llvm/include/llvm-c/Core.h:3686-3687
                                  unsigned NumDests);
 // LLVMBuildInvoke is deprecated in favor of LLVMBuildInvoke2, in preparation
 // for opaque pointer types.
+LLVM_ATTRIBUTE_C_DEPRECATED(
----------------
could move these comments into the deprecation message


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114936/new/

https://reviews.llvm.org/D114936



More information about the llvm-commits mailing list