brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · bb48063 Raw
9 lines · plain
1// RUN: %clang_dxc -Vd -E EntryRS -T rootsig_1_1 /Fo %t.dxo -### %s 2>&1 | FileCheck %s --check-prefix=CMDS2 3// CMDS: "{{.*}}clang{{.*}}" "-cc1"4// CMDS-SAME: "-triple" "dxilv1.1-unknown-shadermodel1.1-rootsignature"5// CMDS-SAME: "-hlsl-entry" "EntryRS"6// CMDS: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.dxo" "--only-section=RTS0"7 8#define EntryRS "UAV(u0)"9