blob: 5eb51ddbd4f29d3e10807180bed0375ffe4f5104 [file] [edit]
// These are placeholder errors since we do not currently support -Fre to
// generate reflection data for DXIL or SPIRV targets.
// RUN: not %clang_dxc -T cs_6_0 %s -Fre blah.json -Vd -### 2>&1 | FileCheck --check-prefix=FRE_DXIL %s
// FRE_DXIL: error: unsupported option '-Fre' for target 'dxilv1.0'
// RUN: not %clang_dxc -T cs_6_0 %s -spirv -Fre blah.json -Vd -### 2>&1 | FileCheck --check-prefix=FRE_SPV %s
// FRE_SPV: error: unsupported option '-Fre' for target 'spirv1.6'