[PATCH] D43002: Emit S_OBJNAME symbol in CodeView

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 16:02:38 PST 2018


aprantl added a comment.

I think this is still missing the bitcode upgrade test.



================
Comment at: llvm/test/DebugInfo/COFF/buildinfo.ll:42
+
+attributes #0 = { noinline norecurse nounwind optnone "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "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" "target-cpu"="pentium4" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #1 = { nounwind readnone speculatable }
----------------
Please strip all quoted attributes., they are bound to break in future versions


https://reviews.llvm.org/D43002





More information about the llvm-commits mailing list