diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties
index ef9b56d479c..0f0ab54bfb2 100644
--- a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties
+++ b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties
@@ -160,10 +160,6 @@ Option.Posix.UserBcs=Other bitcode and object files
#Option.Posix.Linker.SOName=Shared object name (-Wl,-soname=)
#Option.Posix.Linker.Implib=Import Library name (-Wl,--out-implib=)
#Option.Posix.Linker.Defname=DEF file name (-Wl,--output-def=)
-Option.Posix.Linker.link_as_library=Create a library
-Option.Posix.Linker.LlvmOptions=Input/Output Options
-Option.Posix.Linker.native=Create native binary (with LLVM native code generator)
-Option.Posix.Linker.nativeCBackend=Create native binary (with C backend code generator)
Option.Posix.Static.Compiler.Flags=Static Compiler Flags
Option.Llvm.Clang.EmitLlvm.name=Emit LLVM IR (-emit-llvm)
@@ -188,7 +184,7 @@ Option.Llvm.Lli.enable-correct-eh-support=Make the -lowerinvoke pass insert expe
Option.Llvm.Lli.jit-enable-eh=Exception handling should be enabled in the just-in-time compiler
Option.Llvm.Assembler.Flags=Assembler flags
Option.Llvm.Assembler.warn.suppress=Suppress warnings (-W)
-Option.Llvm.Assembler.version=Announce version (-v)
+Option.Llvm.Assembler.version=Announce version (--version)
# Platform specific option names
#Option.Windows.Windres.OutputFormat = Output format
@@ -220,9 +216,6 @@ extension.name.2 = LLVM-GCC managed make per project SCD profile
option.tip = In this mode the linker will print additional information about the actions it takes, programs it executes, etc.
option.tip.0 = Strip all debug and symbol information from the executable to make it smaller.
option.tip.1 = Strip all debug information from the executable to make it smaller.
-option.tip.6 = Generate a native machine code executable.
-option.tip.7 = Generate a native machine code executable with the LLVM C backend. Uses the C backend to generate code for the program instead of an LLVM native code generator.
-option.tip.8 = Link the bitcode files together as a library, not an executable. In this mode, undefined symbols will be permitted.
option.tip.9 = Print the table of contents.
option.tip.10 = Print statistics recorded by code-generation passes.
option.tip.11 = Disable optimizations that may produce excess precision for floating point. Note that this option can dramatically slow down code on some systems (e.g. X86).
diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
index e184defb9ea..4bbb7506772 100644
--- a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
+++ b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
@@ -136,38 +136,6 @@ Contributors:
name="%Option.Posix.Linker.Flags"
valueType="string">
-
-
-
-
-