TuononenP / llvm4eclipsecdt

LLVM toolchain support for Eclipse CDT. Now deprecated since it is build-in to Eclipse CDT via installation option. LLVM is a modular toolchain architecture that is used more and more in all kinds of computing platforms for it's certain benefits.
8 stars 0 forks source link

Duplicate GNU C/C++ languages in LLVM-GCC projects. #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create C/C++ project using LLVM with GCC
2. Navigate to Project -> Properties -> C/C++ General -> Paths and Symbols.
3. You will see duplicate entry for GNU C/C++ language in Includes and Symbols 
tabs.

Original issue reported on code.google.com by petri.tuononen@gmail.com on 24 Feb 2011 at 4:35

GoogleCodeExporter commented 9 years ago
Maybe two Windows specific LLVM-GCC configurations (Cygwin and MinGW) are the 
reason for this problem. This doesn't happen with Clang front-end even though 
both front-ends share major part of configurations from superclasses.

Original comment by petri.tuononen@gmail.com on 24 Feb 2011 at 5:06

GoogleCodeExporter commented 9 years ago
Deleted Cygwin configuration for testing purposes and it didn't fix this. 

Original comment by petri.tuononen@gmail.com on 2 May 2011 at 6:43