jyknight wrote:

I guess I'd consider the "mental model" here to be that (notionally) `#embed` 
is preprocessed by expanding to `#embed_base64`, which is handled by the 
compiler proper, not the preprocessor. Yes, that's not entirely true in the 
implementation, but it seems like a reasonable way to think about it. (similar 
in feel to `#pragma` which is also not purely preprocessor, despite starting 
with `#`.)

https://github.com/llvm/llvm-project/pull/68620
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to