diff options
Diffstat (limited to 'tests/library/precompiled-dxil-generics.slang')
| -rw-r--r-- | tests/library/precompiled-dxil-generics.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/library/precompiled-dxil-generics.slang b/tests/library/precompiled-dxil-generics.slang index f01291a8e..a0b371519 100644 --- a/tests/library/precompiled-dxil-generics.slang +++ b/tests/library/precompiled-dxil-generics.slang @@ -1,12 +1,12 @@ // precompiled-dxil-generics.slang // A test that uses slang-modules with embedded precompiled DXIL and a library containing generics. -// The test compiles a library slang (export-library-generics.slang) with -embed-dxil then links the +// The test compiles a library slang (export-library-generics.slang) with -embed-downstream-ir then links the // library to entrypoint slang (this file). // The test passes if there is no errror thrown. // TODO: Check if final linkage used only the precompiled dxil. -//TEST(windows):COMPILE: tests/library/export-library-generics.slang -o tests/library/export-library-generics.slang-module -embed-dxil -profile lib_6_6 -incomplete-library +//TEST(windows):COMPILE: tests/library/export-library-generics.slang -o tests/library/export-library-generics.slang-module -target dxil -embed-downstream-ir -profile lib_6_6 -incomplete-library //TEST(windows):COMPILE: tests/library/precompiled-dxil-generics.slang -target dxil -stage anyhit -entry anyhit -o tests/library/linked.dxil import "export-library-generics"; |
