[goalc] Address-to-line (#783)

* refactor debug info stuff before adding form to emit

* source mapping working for non-macro sourced forms

* support macros
This commit is contained in:
water111
2021-08-26 20:33:00 -04:00
committed by GitHub
parent 7a5562106e
commit 24fe2c78c0
32 changed files with 772 additions and 677 deletions
+1 -1
View File
@@ -3898,4 +3898,4 @@ TEST(EmitterXMM, SqrtS) {
tester.emit(IGen::sqrts_xmm(XMM0 + 1, XMM0 + 12));
tester.emit(IGen::sqrts_xmm(XMM0 + 11, XMM0 + 12));
EXPECT_EQ(tester.dump_to_hex_string(true), "F30F51CAF3440F51DAF3410F51CCF3450F51DC");
}
}