[PATCH] D38079: DebugInfo: Remove target-cpu from test/DebugInfo/Generic/imported-name-inlined.ll

Miloš Stojanović via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 06:22:41 PDT 2017


mstojanovic created this revision.
Herald added subscribers: eraman, arichardson.

Remove target-cpu and the associated features bits from test/DebugInfo/Generic/imported-name-inlined.ll because it was causing failures on pure MIPS builds.


https://reviews.llvm.org/D38079

Files:
  test/DebugInfo/Generic/imported-name-inlined.ll


Index: test/DebugInfo/Generic/imported-name-inlined.ll
===================================================================
--- test/DebugInfo/Generic/imported-name-inlined.ll
+++ test/DebugInfo/Generic/imported-name-inlined.ll
@@ -42,8 +42,8 @@
 
 declare void @_ZN2ns1fEv() #1
 
-attributes #0 = { noinline optnone uwtable "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"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
-attributes #1 = { "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-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #0 = { noinline optnone uwtable "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" "use-soft-float"="false" }
+attributes #1 = { "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-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" }
 
 !llvm.dbg.cu = !{!0}
 !llvm.module.flags = !{!10, !11, !12}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38079.115994.patch
Type: text/x-patch
Size: 2108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170920/ec9c362f/attachment.bin>


More information about the llvm-commits mailing list