You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dx.disable_optimizations that has been added to HLSL suppport in clang appears to be potentially unnecessary and not defined in DXIL.rst. So, replace it by setting the function attribute Attribute::OptimizeNone on entry functions of the module to indicate presence of -Od flag on the commandline.