1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
cdt/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/patches
2013-03-03 22:50:09 -05:00
..
CDT_Bug_318581.patch Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
CDT_Bug_321040.patch Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
MinGW_export_fix.patch Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
readme.txt Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
stack_overflow_fix_bug_317004.patch Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00

MinGW export fix patch is needed to get mingw path from MingwEnvironmentVariableSupplier in LlvmEnvironmentSupplier class.
 
Bug 321040 patch adds getLibraryPaths method to IOption and Option CDT classes and is used in LlvmPathUtil class.

Bug 318581 patch adds support for older CDT versions <~7.1.0

Stack overflow bug patch prevents a typical CDT 7.0.0 error message. This has been fixed in the CDT 7.0.1 version.