[PATCH] D122031: Add DXIL triple
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 18 21:27:01 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/unittests/ADT/TripleTest.cpp:1530
+ Version = T.getOSVersion();
+ EXPECT_EQ(VersionTuple(6,6), Version);
+ EXPECT_EQ(Triple::Pixel, T.getEnvironment());
----------------
ditto below
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122031/new/
https://reviews.llvm.org/D122031
More information about the llvm-commits
mailing list