[llvm] [RemoveDIs] Add a 'BeforeDbgRecords' parameter to C API isnt insertion functions (PR #92417)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 00:56:24 PDT 2024


https://github.com/nikic requested changes to this pull request.

It is not possible to change the signature of a function in the C API. You can only add a new function with the new signature.

The usual pattern would be to add LLVMPositionBuilder2 (in this case an alternative would be to add a new function with the parameter set to the non-default value).

https://github.com/llvm/llvm-project/pull/92417


More information about the llvm-commits mailing list