DirectXShaderCompiler/projects
Greg Roth ae51624fca
Allow libdxcompiler.so and dxc to find libdxil.so (#5004)
When present in the library search path, linux builds of
libdxcompiler.so and the dxc executable should load libdxil.so and use
it for validation and signing. However, the code to do that was still
searching for dxil.dll even on these platforms.

This change creates appropriate names for the dxcompiler and dxil
libraries for each platform and uses them where appropriate.

In addition, this changes some of the internal interfaces from wide
chars to simple chars as the wide interface wasn't useful here.
2023-02-10 04:24:22 +00:00
..
dxilconv Allow libdxcompiler.so and dxc to find libdxil.so (#5004) 2023-02-10 04:24:22 +00:00
include/Tracing Fix vs2019 build warnings for custom build items (#3114) 2020-09-04 16:21:53 -07:00
CMakeLists.txt Move Dxc runtime tracing one level up so other project can use it without referencing dxilconv (#2948) 2020-06-05 20:35:33 -07:00
LLVMBuild.txt Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00