diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties index e75ba9126ad..14430668fd7 100644 --- a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties +++ b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties @@ -173,6 +173,9 @@ 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) +Option.Llvm.Clang.EmitLlvm.tip=Generate LLVM bitcode (not object code) + Option.Llvm.printStats=Print statistics Option.Llvm.Archiver.Flags=Archiver flags Option.Llvm.Llc.Flags=LLC flags diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml index 8e18a2ae13d..fbefb078f99 100644 --- a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml +++ b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml @@ -1,5 +1,18 @@ + + + + + + + + + + + + + + + +