Parcourir la source

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

gingerBill il y a 4 mois
Parent
commit
0a12c464ab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");
 	}
 }