summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/DriverUtils.cpp1
-rw-r--r--lld/ELF/Options.td2
2 files changed, 2 insertions, 1 deletions
diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp
index 2f7c9228851..7ad92fe1468 100644
--- a/lld/ELF/DriverUtils.cpp
+++ b/lld/ELF/DriverUtils.cpp
@@ -29,6 +29,7 @@
using namespace llvm;
using namespace llvm::sys;
+using namespace llvm::opt;
using namespace lld;
using namespace lld::elf;
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index 64164500074..e92c6af646f 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -144,7 +144,7 @@ defm fini: Eq<"fini">,
def fix_cortex_a53_843419: F<"fix-cortex-a53-843419">,
HelpText<"Apply fixes for AArch64 Cortex-A53 erratum 843419">;
-def full_shutdown : F<"full-shutdown">,
+def full_shutdown : F<"full-shutdown">, Flags<[HelpHidden]>,
HelpText<"Perform a full shutdown instead of calling _exit">;
defm format: Eq<"format">,
OpenPOWER on IntegriCloud