[PATCH] D15236: [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.
    Renato Golin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Dec  7 06:02:44 PST 2015
    
    
  
rengolin added inline comments.
================
Comment at: lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp:257
@@ -256,3 +256,3 @@
     unsigned IntValue;
-    StringRef StringValue;
+    std::string StringValue;
 
----------------
This looks like too big a hammer... Where is the pattern that breaks?
http://reviews.llvm.org/D15236
    
    
More information about the llvm-commits
mailing list