Revision b915ae662b2e4bcaaeb6da62eb964356d0a978b4 authored by jsmall-nvidia on 05 May 2022, 19:53:29 UTC, committed by GitHub on 05 May 2022, 19:53:29 UTC
* #include an absolute path didn't work - because paths were taken to always be relative.

* Add support for HLSL `export`.

* Test for using `export` keyword.
1 parent 3088d90
History
File Mode Size
c-compile-error.c -rw-r--r-- 179 bytes
c-compile-error.c.expected -rw-r--r-- 16 bytes
c-compile-link-error.c -rw-r--r-- 184 bytes
c-compile-link-error.c.expected -rw-r--r-- 13 bytes
c-compile-pass-through-shared-library.c -rw-r--r-- 543 bytes
c-compile-shared-library-link-error.c -rw-r--r-- 602 bytes
c-compile-shared-library-link-error.c.expected -rw-r--r-- 13 bytes
c-compile-shared-library.c -rw-r--r-- 572 bytes
c-compile.c -rw-r--r-- 155 bytes
c-compile.c.expected -rw-r--r-- 72 bytes
cpp-compile-shared-library.cpp -rw-r--r-- 455 bytes
cpp-compile.cpp -rw-r--r-- 162 bytes
cpp-compile.cpp.expected -rw-r--r-- 72 bytes
simple-c-compile.c -rw-r--r-- 174 bytes
simple-c-compile.c.expected -rw-r--r-- 72 bytes

back to top