From 9043bc5522cc86560ac5d57ddfc6cfa7612c9222 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 1 May 2024 17:30:55 -0700 Subject: Fix compile failures when using debug symbol. (#4069) * Fix compile failures when using debug symbol. * Various fixes. * Fix intrinsic. * Fix test. --- tests/bugs/stk-chk.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bugs') 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) -- cgit v1.2.3