aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/llvm_backend_type.cpp2
1 files changed, 1 insertions, 1 deletions
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");
}
}