[clang] [UEFI] X86_64 UEFI Clang Driver (PR #76838)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 17 14:56:35 PDT 2024


================
@@ -0,0 +1,4 @@
+// RUN: %clang -target x86_64-unknown-uefi -S -emit-llvm -o - %s | \
+// RUN:     FileCheck --check-prefix=X86_64_UEFI %s
+// X86_64_UEFI: target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
+
----------------
MaskRay wrote:

delete trailing blank line

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


More information about the cfe-commits mailing list