Browse Source

Change Odin's RTTI section name to `.odinti`

gingerBill 4 tháng trước cách đây
mục cha
commit
0a12c464ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/llvm_backend_type.cpp

+ 1 - 1
src/llvm_backend_type.cpp

@@ -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");
 	}
 }