[PATCH] D85085: Fix debug_loc offset difference with basic block sections
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 18:28:24 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/basic-block-sections-debug-loc.ll:32
+
+attributes #0 = { "use-soft-float"="false" }
+attributes #1 = { nounwind }
----------------
The attributes can be cleaned up a bit. For example "use-soft-float" defaults to false so it is not needed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85085/new/
https://reviews.llvm.org/D85085
More information about the llvm-commits
mailing list