summaryrefslogtreecommitdiff
path: root/build/visual-studio/run-generators/run-generators.vcxproj
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2021-09-10 16:31:26 -0400
committerGitHub <noreply@github.com>2021-09-10 13:31:26 -0700
commit27ce5eb0de9f792f3e433bcb239c07d79371cf45 (patch)
treebb85155ceafd280a3931432141fc1cc1dae20959 /build/visual-studio/run-generators/run-generators.vcxproj
parent28adf8917e53953dbfebd746410a427a55eed814 (diff)
First Slang LLVM integration (#1934)
* #include an absolute path didn't work - because paths were taken to always be relative. * First integration with 'slang-llvm'. * Fix project. * Fix test output. * First pass assert support. * Add inline impls for min and max. * Add abs inline abs impl for llvm. * Make abs not use ternary op * Fix typo in slang-llvm.h * Sundary fixes to make remaining tests using llvm backend pass.
Diffstat (limited to 'build/visual-studio/run-generators/run-generators.vcxproj')
-rw-r--r--build/visual-studio/run-generators/run-generators.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/visual-studio/run-generators/run-generators.vcxproj b/build/visual-studio/run-generators/run-generators.vcxproj
index 2819cc616..98f121f9f 100644
--- a/build/visual-studio/run-generators/run-generators.vcxproj
+++ b/build/visual-studio/run-generators/run-generators.vcxproj
@@ -156,6 +156,7 @@
<ItemGroup>
<ClInclude Include="..\..\..\prelude\slang-cpp-scalar-intrinsics.h" />
<ClInclude Include="..\..\..\prelude\slang-cpp-types.h" />
+ <ClInclude Include="..\..\..\prelude\slang-llvm.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\source\core\slang-string.cpp" />