瀏覽代碼

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

gingerBill 4 月之前
父節點
當前提交
0a12c464ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");
 	}
 }