diff options
| author | Yong He <yonghe@outlook.com> | 2020-07-15 12:48:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 12:48:56 -0700 |
| commit | 5758d16612eda0f902d7d4c02535afe44dec2ac2 (patch) | |
| tree | 51e0ccbb46a68a0d6686ec2c40588efa9895e0cf /source/slang/slang.vcxproj | |
| parent | e9d5ecbf19147af6e1473020b64ced4286b79079 (diff) | |
IR pass to generate witness table wrappers. (#1443)
* Refactor lower-generics pass into separate subpasses.
* IR pass to generate witness table wrappers.
* Re-generate vs project files.
* Fix x86 build error.
Diffstat (limited to 'source/slang/slang.vcxproj')
| -rw-r--r-- | source/slang/slang.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index 53d4681b3..b92fb5967 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -259,6 +259,7 @@ <ClInclude Include="slang-ir-type-set.h" /> <ClInclude Include="slang-ir-union.h" /> <ClInclude Include="slang-ir-validate.h" /> + <ClInclude Include="slang-ir-witness-table-wrapper.h" /> <ClInclude Include="slang-ir-wrap-structured-buffers.h" /> <ClInclude Include="slang-ir.h" /> <ClInclude Include="slang-legalize-types.h" /> @@ -357,6 +358,7 @@ <ClCompile Include="slang-ir-type-set.cpp" /> <ClCompile Include="slang-ir-union.cpp" /> <ClCompile Include="slang-ir-validate.cpp" /> + <ClCompile Include="slang-ir-witness-table-wrapper.cpp" /> <ClCompile Include="slang-ir-wrap-structured-buffers.cpp" /> <ClCompile Include="slang-ir.cpp" /> <ClCompile Include="slang-legalize-types.cpp" /> |
