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/bugs | |
| 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/bugs')
| -rw-r--r-- | tests/bugs/stk-chk.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/stk-chk.slang b/tests/bugs/stk-chk.slang index 8fabaeee5..c745ecc72 100644 --- a/tests/bugs/stk-chk.slang +++ b/tests/bugs/stk-chk.slang @@ -1,4 +1,4 @@ -//TEST(compute):COMPARE_COMPUTE:-cpu +//TEST(compute):COMPARE_COMPUTE:-cpu -g0 // Tests slang-llvm can deal with large items on stack. // On some targets this requires special handling (_chkstk on windows for example) |
