[libcxx-commits] [clang-tools-extra] [libc] [libcxx] [compiler-rt] [flang] [llvm] [clang] [lldb] ✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-C++ by-proxy) (PR #68620)
Vlad Serebrennikov via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 27 10:16:15 PST 2023
Endilll wrote:
I'd also like to highlight the use case of diagnostic for compiler crashes. IIRC preprocessed source to attach to an issue is produced with `-frewrite-includes`, so we might want to change its behavior for `#embed`. This might be a good use case for `#embed_base64`.
https://github.com/llvm/llvm-project/pull/68620
More information about the libcxx-commits
mailing list