]> granicus.if.org Git - llvm/commitdiff
Change RelaxELFRelocations' default.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 17 Jun 2016 17:26:07 +0000 (17:26 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 17 Jun 2016 17:26:07 +0000 (17:26 +0000)
NFC to the existing clients since they all set it already.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273017 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAsmInfo.h

index 826528387429f64d2f85b2d1a5540b5774f7ef79..73974bbca92e6237a07d50095fc4757a74bf21cf 100644 (file)
@@ -371,7 +371,7 @@ protected:
 
   // If true, emit GOTPCRELX/REX_GOTPCRELX instead of GOTPCREL, on
   // X86_64 ELF.
-  bool RelaxELFRelocations = false;
+  bool RelaxELFRelocations = true;
 
 public:
   explicit MCAsmInfo();