https://bugs.llvm.org/show_bug.cgi?id=24556
Reid Kleckner <r...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #2 from Reid Kleckner <r...@google.com> ---
I think this is working as intended for now. We reject these parameter usages
up front:
t.cpp:34:13: error: parameter references not allowed in naked functions
, "l"(aSignal), "l"(aInfo), "l"(aContext)
^
t.cpp:19:16: note: attribute is here
__attribute__((naked)) void
^
It's not as helpful as we could hypothetically be, but at least the user knows
what to do: refer to the parameters manually by register or memory location.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs