1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00

bug 414990: Support C frontend (+ dialects) in LLVM toolchain

This commit is contained in:
Andrew Gvozdev 2013-08-16 18:22:22 -04:00
parent 191382509c
commit 0592f0ad62

View file

@ -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