IRBuilder has been updated to support preserving metdata in a more general manner. This patch adds `LLVMAddMetadataToInst` and deprecates `LLVMSetInstDebugLocation` in favor of the more general function. Reviewed By: aprantl Differential Revision: https://reviews.llvm.org/D93454  | 
			||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| attributes.c | ||
| calc.c | ||
| debuginfo.c | ||
| diagnostic.c | ||
| disassemble.c | ||
| echo.cpp | ||
| helpers.c | ||
| include-all.c | ||
| llvm-c-test.h | ||
| main.c | ||
| metadata.c | ||
| module.c | ||
| object.c | ||
| targets.c | ||