1 // RUN: not %clang_dxc -T lib_6_7 foo.hlsl -### %s 2>&1 | FileCheck %s --check-prefix=DEFAULT
2 // RUN: not %clang_dxc -fcgl -T lib_6_7 foo.hlsl -### %s 2>&1 | FileCheck %s --check-prefix=FCGL
3 // RUN: not %clang_dxc -T lib_6_7 foo.hlsl -Fo foo.dxc -### %s 2>&1 | FileCheck %s --check-prefix=EMITOBJ
6 // Make sure default use "-" as output and not emit obj.
7 // DEFAULT-NOT:"-emit-obj"
10 // Make sure -fcgl without -Fo use "-" as output.
14 // Make sure emit-obj when set -Fo.
15 // EMITOBJ:"-emit-obj"