[PATCH] D124751: [HLSL] Support -E option for HLSL.

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 29 14:21:12 PDT 2022


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


================
Comment at: clang/test/Driver/hlsl-entry.cpp:1
+// RUN:not %clang -cc1 -triple dxil-pc-shadermodel6.3-compute -x c++ -hlsl-entry foo  %s  2>&1 | FileCheck %s --check-prefix=NOTHLSL
+
----------------
MaskRay wrote:
> Note, test/Driver deliberately discourages `%clang_cc1` and `%clang -cc1` tests. The tests test other components of Clang (not Driver) and should be moved to appropriate components.
Moved to Frontend.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124751



More information about the cfe-commits mailing list