[llvm] Add support for the .base64 directive (fixes #165499) (PR #165549)

Ben Kallus via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 3 13:09:00 PST 2025


================
@@ -0,0 +1,28 @@
+# RUN: not llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
+# RUN: not llvm-mc -triple i386-unknown-unknown -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR
+
+        .data
+# CHECK: TEST0:
+# CHECK: .byte 0
+TEST0:
+        .base64 "AA=="
----------------
kenballus wrote:

Thanks! Done.

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


More information about the llvm-commits mailing list