This is an archive of the discontinued LLVM Phabricator instance.

[llvm-c] Add C API wrapper for addModuleFlag overload that takes an int32_t value
AbandonedPublic

Authored by dhruvrajvanshi on Feb 16 2021, 8:57 AM.

Details

Summary

This API wasn't exposed from llvm-c, which made it harder to add debug info to modules.

I'm not a 100% sure about the name so I can change it if required.

Diff Detail