mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 06:05:56 +02:00
bug 414990: Support C frontend in LLVM toolchain
This commit is contained in:
parent
09b4cb096f
commit
a57b25bc59
1 changed files with 2 additions and 2 deletions
|
@ -955,7 +955,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_cpp.compiler">
|
||||
<envVarBuildPath
|
||||
buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver"
|
||||
|
@ -1001,7 +1001,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_cpp.compiler">
|
||||
<envVarBuildPath
|
||||
buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver"
|
||||
|
|
Loading…
Add table
Reference in a new issue