[PATCH] D132913: [HLSL] Preserve vec3 for HLSL.
Tom Honermann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 16 12:01:50 PDT 2022
tahonermann added inline comments.
================
Comment at: clang/test/CodeGenHLSL/float3.hlsl:1
+// RUN: %clang --driver-mode=dxc -Tlib_6_7 -fcgl -Fo - %s | FileCheck %s
+
----------------
Does this need to use driver mode? That is odd for a code gen test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132913/new/
https://reviews.llvm.org/D132913
More information about the cfe-commits
mailing list