소스 검색

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