This patch addresses the regression test failures caused by #9.
The reason for the failures were global aliases pointing to functions marked available_externally, which is illegal. As a workaround, such aliases are now replaced with a clone of the corresponding function with the same linkage as the original alias.
This patch addresses the regression test failures caused by #9. The reason for the failures were global aliases pointing to functions marked
available_externally
, which is illegal. As a workaround, such aliases are now replaced with a clone of the corresponding function with the same linkage as the original alias.