<div dir="ltr">Hi,<br>I am working updating the code in compiler-rt. I would be really grateful if someone could clarify if weak aliases are supported on Darwin. For example:<br>As a pragma:<br><br> void fun_def(){}<br> #pragma weak fun = fun_def<br><br>Or as an attribute:<br><br> void fun_def(){}<br> void fun () <span style="color:rgb(0,0,0)">__attribute__ ((weak, alias ("fun_def")));<br></span><br><div>Thanks,<div>Marcos</div></div></div>