[PATCH] D153484: Do not emit a named symbol to denote the start of the __debug_frame section

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 14:32:46 PDT 2023


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/DebugInfo/debug_frame_symbol.ll:31
+!0 = distinct !DICompileUnit(language: DW_LANG_C11, file: !1, producer: "clang version 17.0.0 (git at github.com:llvm/llvm-project.git e734a12b608f8c4a2b03fb2f3194de1cc3b43344)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false, nameTableKind: Apple, sysroot: "/")
+!1 = !DIFile(filename: "/tmp/test.c", directory: "/Users/shubham/Development/llvm-project/llvm/test/DebugInfo")
+!2 = !{i32 7, !"Dwarf Version", i32 4}
----------------
Nit: you could trim this path a little.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153484/new/

https://reviews.llvm.org/D153484



More information about the llvm-commits mailing list