diff --git a/src/llvm_backend_type.cpp b/src/llvm_backend_type.cpp index 2aed4cbf7..4e514c3d1 100644 --- a/src/llvm_backend_type.cpp +++ b/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"); } }