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:
parent
191382509c
commit
0592f0ad62
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue