[PATCH] D11374: Make DW_AT_[MIPS]linkage_name optional, and off by default for SCE.

Eric Christopher echristo at gmail.com
Mon Jul 27 15:45:44 PDT 2015


echristo added a comment.

One inline comment that probably applies to most of the test cases in the patch.

-eric


================
Comment at: test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll:16
@@ -15,3 +15,3 @@
 ; CHECK-NOT: DW_TAG
-; CHECK: DW_AT_linkage_name {{.*}} "_ZZN1B2fnEvEN1A3fooEv"
+; CHECK: DW_AT_name {{.*}} "foo"
 ; And just double check that there's no out of line definition that references
----------------
Why this change? Probably want to change the RUN line if you want to make this clean to run on sce.


http://reviews.llvm.org/D11374







More information about the llvm-commits mailing list