[PATCH] D152206: [Basic] Support 64-bit x86 target for UEFI

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 22 15:19:09 PDT 2023


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/unittests/IR/DataLayoutTest.cpp:108
 
+TEST(DataLayoutTest, TargetTripleManglingComponent) {
+  Triple TT = Triple("x86_64-unknown-uefi");
----------------
UEFI may be a better name in case we test more properties in the future.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152206/new/

https://reviews.llvm.org/D152206



More information about the cfe-commits mailing list