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
There has been an ongoing effort to implement C23 #embed in Clang: llvm/llvm-project#68620, which is a preprocessor directive that embeds binary data into a program from specified source.
Since this is a novel way to introduce dependencies, I'd like to bring your attention to it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There has been an ongoing effort to implement C23
#embed
in Clang: llvm/llvm-project#68620, which is a preprocessor directive that embeds binary data into a program from specified source.Since this is a novel way to introduce dependencies, I'd like to bring your attention to it.
Specifically, there are ongoing discussions how likes of
-E
option ("only run the preprocessor") and-M
("list dependencies") should behave. Past discussions happened on official LLVM Discord server: https://discord.com/channels/636084430946959380/636732781086638081/1175241241710055424, but you are free to leave your comments in the PR or on https://discourse.llvm.orgBeta Was this translation helpful? Give feedback.
All reactions