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

Daniel Thornburgh via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 12:37:03 PDT 2024


================
@@ -0,0 +1,3 @@
+// 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"
----------------
mysterymath wrote:

nit: End files with newline

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


More information about the cfe-commits mailing list