DirectXShaderCompiler/tools
Greg Roth ddde1217c9
Exec test - WAR SM feature check on older runtime (#3603)
An earlier version of the D3D runtime doesn't handle CheckFeatureSupport
for FEATURE_SHADER_MODEL when the corresponding struct is set to a
unrecognized shader model. Instead of returning the highest supported
shader model that is less than the one provided as documented, the call
fails. In practice, this only occurred for 6.6 tests where the SDK had
6.6 capability, but the installed runtime did not.

To work around this, we don't verify that the call succeeds. Instead,
a failing return result is interpretted the same way as a highest shader
model value that is lower than that requested.
2021-03-18 11:03:11 -07:00
..
clang Exec test - WAR SM feature check on older runtime (#3603) 2021-03-18 11:03:11 -07:00
dsymutil
dxexp Update dxexp to 6.6 (#3328) 2021-01-04 13:06:05 -08:00
llc
lli
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov
llvm-cxxdump
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump Rename 'module' to 'hModule' for C++20 compat (#2667) 2020-03-01 18:12:31 -08:00
llvm-pdbdump Make correct/consistent include capitalization (#1269) 2018-05-10 10:47:52 -07:00
llvm-profdata
llvm-readobj
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer Make correct/consistent include capitalization (#1269) 2018-05-10 10:47:52 -07:00
lto
macho-dump
msbuild
obj2yaml
opt DXBC to DXIL Converter + unit tests (#2685) 2020-02-11 12:07:26 -08:00
verify-uselistorder
yaml2obj
CMakeLists.txt Add option to hctbuild.cmd to skip building dxilconv.dll and related tools (#2739) 2020-03-03 17:25:12 -08:00
LLVMBuild.txt