; RUN: opt -S --passes="print-dx-shader-flags" 2>&1 %s | FileCheck %s ; CHECK: ; Combined Shader Flags for Module ; CHECK-NEXT: ; Shader Flags Value: 0x00000001 ; CHECK: ; Note: extra DXIL module flags: ; CHECK-NEXT: ; Disable shader optimizations ; CHECK: ; Shader Flags for Module Functions ; CHECK: ; Function main : 0x00000001 ; The test source in this file generated from the following command: ; clang -cc1 -triple dxil-pc-shadermodel6.0-compute -x hlsl -emit-llvm -O0 -o - <