[clang] [Driver] Add toolchain for X86_64 UEFI target (PR #76838)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 19 11:26:53 PDT 2024


================
@@ -22,6 +22,10 @@
 // RUN:     FileCheck --check-prefix=X86_64 %s
 // X86_64: target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
 
+// RUN: %clang_cc1 -triple x86_64-unknown-uefi -emit-llvm -o - %s | \
----------------
MaskRay wrote:

With clang/test/CodeGen/X86/uefi-data-layout.c, this is unneeded

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


More information about the cfe-commits mailing list