diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-08-20 09:43:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-20 09:43:59 -0400 |
| commit | 7258ef4ddebd021208a019f6ee73edcda57a88f7 (patch) | |
| tree | 30cccf48c8f03e59e48a2d265e05494238fe758d /tests/cross-compile/c-cross-compile.slang | |
| parent | 3e78e4654cdf9556869325f2ed2da517f252d879 (diff) | |
User defined downstream compiler prelude (#1028)
* Added setDownstreamCompilerPrelude
Renamed setPassThroughPath to setDownstreamCompilerPath.
Fixed tests.
Added prelude directory & code to TestToolUtil to setup default preludes for testing/command line apis.
* Fix merge problem
* Remove hacks to make prelude work by adding a search path as no longer needed with 'user prelude'.
* Split up prelude into scalar intrinsics, and types.
Use slang.h for main header.
slang-cpp-prelude.h can now just include what it needs (relative to prelude directory) and define the few remaining things/work arounds.
* Fix typo.
Diffstat (limited to 'tests/cross-compile/c-cross-compile.slang')
| -rw-r--r-- | tests/cross-compile/c-cross-compile.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cross-compile/c-cross-compile.slang b/tests/cross-compile/c-cross-compile.slang index 646ba3445..e03f4484a 100644 --- a/tests/cross-compile/c-cross-compile.slang +++ b/tests/cross-compile/c-cross-compile.slang @@ -1,4 +1,4 @@ -//TEST:CPP_COMPILER_COMPILE: -profile cs_5_0 -entry computeMain -target cpp +//TEST:CPP_COMPILER_COMPILE: -profile cs_5_0 -entry computeMain -target callable enum Color { |
