diff options
| author | Yong He <yonghe@outlook.com> | 2024-05-01 17:30:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 17:30:55 -0700 |
| commit | 9043bc5522cc86560ac5d57ddfc6cfa7612c9222 (patch) | |
| tree | 9804bb8a682386b9f761e8fb164cb43ad5390411 /tests/ir/loop-dce.slang | |
| parent | 0bb826f8b92aec330875d0b966c1f4a6b99988bf (diff) | |
Fix compile failures when using debug symbol. (#4069)
* Fix compile failures when using debug symbol.
* Various fixes.
* Fix intrinsic.
* Fix test.
Diffstat (limited to 'tests/ir/loop-dce.slang')
| -rw-r--r-- | tests/ir/loop-dce.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ir/loop-dce.slang b/tests/ir/loop-dce.slang index f89c1aa38..c67227fb1 100644 --- a/tests/ir/loop-dce.slang +++ b/tests/ir/loop-dce.slang @@ -1,5 +1,5 @@ -//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj +//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -g0 +//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -g0 //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<uint> outputBuffer; |
