[lld] d9819f3 - [ELF] Delete unintended --force-bti

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 23:57:41 PST 2020


Author: Fangrui Song
Date: 2020-01-13T23:57:00-08:00
New Revision: d9819f366233e53427d0929729a58f85dc748cfb

URL: https://github.com/llvm/llvm-project/commit/d9819f366233e53427d0929729a58f85dc748cfb
DIFF: https://github.com/llvm/llvm-project/commit/d9819f366233e53427d0929729a58f85dc748cfb.diff

LOG: [ELF] Delete unintended --force-bti

Added: 
    

Modified: 
    lld/ELF/Options.td

Removed: 
    


################################################################################
diff  --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index e3f4fa53a723..ea78a3526211 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -176,9 +176,6 @@ def fix_cortex_a53_843419: F<"fix-cortex-a53-843419">,
 def fix_cortex_a8: F<"fix-cortex-a8">,
   HelpText<"Apply fixes for ARM Cortex-A8 erratum 657417">;
 
-def force_bti: F<"force-bti">,
-  HelpText<"Force enable AArch64 BTI in PLT, warn if Input ELF file does not have GNU_PROPERTY_AARCH64_FEATURE_1_BTI property">;
-
 defm format: Eq<"format", "Change the input format of the inputs following this option">,
   MetaVarName<"[default,elf,binary]">;
 


        


More information about the llvm-commits mailing list