Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAndrew Gvozdev2013-08-16 22:22:22 +0000
committerAndrew Gvozdev2013-08-16 22:22:22 +0000
commit0592f0ad6225146ac9d68887fa1cab5581cf9176 (patch)
tree6f09c040051ec30035f0ff524353c43b76b4876a /llvm
parent191382509c9391907299e03ab4ac14aefd34692f (diff)
downloadorg.eclipse.cdt-0592f0ad6225146ac9d68887fa1cab5581cf9176.tar.gz
org.eclipse.cdt-0592f0ad6225146ac9d68887fa1cab5581cf9176.tar.xz
org.eclipse.cdt-0592f0ad6225146ac9d68887fa1cab5581cf9176.zip
bug 414990: Support C frontend (+ dialects) in LLVM toolchain
Diffstat (limited to 'llvm')
-rwxr-xr-xllvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
index 661fd358bb1..f69522a5f00 100755
--- a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
+++ b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
@@ -959,7 +959,7 @@
id="cdt.managedbuild.tool.llvm.c.abstract.compiler"
isAbstract="true"
name="%ToolName.compiler.llvm.c.abstract"
- natureFilter="cnature"
+ natureFilter="both"
superClass="cdt.managedbuild.tool.llvm.c_cpp.compiler">
<envVarBuildPath
buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver"
@@ -1022,7 +1022,7 @@
id="cdt.managedbuild.tool.llvm.c.compiler"
isAbstract="true"
name="%ToolName.compiler.llvm.c"
- natureFilter="cnature"
+ natureFilter="both"
superClass="cdt.managedbuild.tool.llvm.c.abstract.compiler">
</tool>
<tool
@@ -1038,7 +1038,7 @@
id="cdt.managedbuild.tool.llvm.gcc.compiler"
isAbstract="true"
name="%ToolName.compiler.llvm.gcc"
- natureFilter="cnature"
+ natureFilter="both"
superClass="cdt.managedbuild.tool.llvm.c.abstract.compiler">
</tool>
<tool

Back to the top