From 0bd8e595295be56027316362a77a9fc2aa55a935 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 17 Jun 2016 17:26:07 +0000 Subject: [PATCH] Change RelaxELFRelocations' default. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h index 82652838742..73974bbca92 100644 --- a/include/llvm/MC/MCAsmInfo.h +++ b/include/llvm/MC/MCAsmInfo.h @@ -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(); -- 2.50.1