mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +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) {
|
gb_internal void lb_set_odin_rtti_section(LLVMValueRef value) {
|
||||||
if (build_context.metrics.os != TargetOs_darwin) {
|
if (build_context.metrics.os != TargetOs_darwin) {
|
||||||
LLVMSetSection(value, ".odin-rtti");
|
LLVMSetSection(value, ".odinti");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user