Consolidate mono test behavior in debug and release modes

Makes sure that we turn on `debug-symbols` in mono tests, and that this
feature is fully respected in symbol generation, so that output in
release + debug builds are the same.

Closes #4435
This commit is contained in:
Ayaz Hafiz 2022-11-01 18:31:32 -05:00
parent c4016547af
commit 204ac2f8b4
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
61 changed files with 1303 additions and 1319 deletions

View file

@ -1,6 +1,6 @@
procedure Num.19 (#Attr.2, #Attr.3):
let Num.257 : I64 = lowlevel NumAdd #Attr.2 #Attr.3;
ret Num.257;
let Num.256 : I64 = lowlevel NumAdd #Attr.2 #Attr.3;
ret Num.256;
procedure Test.0 ():
let Test.19 : I64 = 41i64;