mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-01 02:42:09 +00:00
Change Odin's RTTI section name to .odinti
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user