[PATCH] D124751: [HLSL] Support -E option for HLSL.
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 12:24:02 PDT 2022
MaskRay 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
+
----------------
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.
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