[llvm] [DebugInfo][DWARF] Utilize DW_AT_LLVM_stmt_sequence attr in line table lookups (PR #123391)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 19:40:17 PST 2025
================
@@ -2035,4 +2035,139 @@ TEST_F(DebugLineBasicFixture, PrintPathsProperly) {
EXPECT_THAT(Result.c_str(), MatchesRegex("a dir.b dir.b file"));
}
+/// Test that lookupAddressRange correctly filters rows based on
----------------
dwblaikie wrote:
Does this test need any DIEs? Or could it just create a line table and test that in isolation?
https://github.com/llvm/llvm-project/pull/123391
More information about the llvm-commits
mailing list