You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arcv: apex: Register pragma handler after macro expansion.
Use "c_register_pragma_with_expansion()" instead of "c_register_pragma()" to
ensure that "arcv_apex_pragma_intrinsic" is invoked with arguments that
have been macro-expanded.
This allows users to define APEX intrinsic names or parameters using
macros in pragma directives, ensuring the handler processes the
expanded values rather than raw macro identifiers.
Signed-off-by: Luis Silva <[email protected]>
0 commit comments