llvm-project/clang/test/CodeGen/X86/uefi-data-layout.c
Prabhuk fb78495376
Reland "[Driver] Add toolchain for X86_64 UEFI target" (#109364)
Reverts llvm/llvm-project#109340

Addressing the failed MAC Clang Driver test as part of this reland.
2024-09-20 11:16:36 -07:00

4 lines
239 B
C

// 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"