[clang] [clang] Inject tokens containing #embed back into token stream (PR #97274)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 8 00:41:41 PDT 2024


================
@@ -43,8 +43,9 @@ a
 };
 
 // CHECK: store i32 107, ptr %b, align 4
-int b =
+int b = (
 #embed<jk.txt>
+    )
----------------
Fznamznon wrote:

In fact, they fix several bugs.

https://github.com/llvm/llvm-project/pull/97274


More information about the cfe-commits mailing list