[PATCH] D132913: [HLSL] Preserve vec3 for HLSL.

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 17 00:28:15 PDT 2022


python3kgae marked an inline comment as done.
python3kgae added inline comments.


================
Comment at: clang/test/CodeGenHLSL/float3.hlsl:1
+// RUN: %clang --driver-mode=dxc -Tlib_6_7 -fcgl  -Fo - %s | FileCheck %s
+
----------------
tahonermann wrote:
> Does this need to use driver mode? That is odd for a code gen test.
Nice catch.
Fixed with https://github.com/llvm/llvm-project/commit/8b2f8b309885e872ad98af381ee5459716955877

Thanks.


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