Change Odin's RTTI section name to .odinti

This commit is contained in:
gingerBill
2025-05-13 08:58:02 +01:00
parent 7cd00483fe
commit 0a12c464ab

View File

@@ -1,7 +1,7 @@
gb_internal void lb_set_odin_rtti_section(LLVMValueRef value) {
if (build_context.metrics.os != TargetOs_darwin) {
LLVMSetSection(value, ".odin-rtti");
LLVMSetSection(value, ".odinti");
}
}