[PATCH] D144008: [DebugMetadata][DwarfDebug] Support function-local static variables in lexical block scopes (6/7)
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 16:38:19 PDT 2023
aprantl accepted this revision.
aprantl added inline comments.
================
Comment at: llvm/test/Bitcode/upgrade-cu-static-locals.ll:18
+
+attributes #0 = { norecurse nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
+
----------------
Can you remove all attributes that aren't strictly needed? That will make the test easier to maintain.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144008/new/
https://reviews.llvm.org/D144008
More information about the llvm-commits
mailing list