This repository has been archived by the owner on Sep 2, 2018. It is now read-only.
Handle the externally_visible
attribute
#5
Labels
externally_visible
attribute
#5
Support for parsing the
externally_visible
attribute was added in b7e44f4.It needs to be properly handled.
See the GCC documentation about the attribute.
This attribute is applied in the
ISR
macro for AVR. Whileexternally_visible
is unhandled, ISRs can have their visibility changed during optimization.Once this is done, it can be upstreamed (see LLVM bug 16683).
The text was updated successfully, but these errors were encountered: