6 lines · plain
1// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-rootsignature -hlsl-entry NotFoundRS -fsyntax-only %s -verify2 3// expected-error@* {{rootsignature specified as target environment but entry, NotFoundRS, was not defined}}4 5#define EntryRootSig "CBV(b0)"6