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
Doug Schaefer 5f4d0a13d9 Bug 409477 - fix clang linker to call clang instead of llvm-ld.
Also fixed binary parser on Mac.

llvm-ld doesn't exist in newer llvm implementations. From what I can
tell, clang now just calls the real linker after running and massaging
the bc files.

Changed to call clang and clang++ drivers at link time. Had to fix
some of the options to make it work. Just a stop gap since there are
more issues to resolve but at least it's enough to get working.

Change-Id: I54b78e85b16a77549a5be9d282bc6f47f723947d
Reviewed-on: https://git.eclipse.org/r/13515
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2013-06-03 22:53:46 -04:00
..
.settings Change some deprecation errors to warnings in llvm plugins 2013-05-07 23:20:39 -04:00
doc Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
help Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
META-INF Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
patches Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
scripts Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
src/org/eclipse/cdt/managedbuilder/llvm Bug 405909 - LLVM plugin refreshes resources when bp is inserted in java 2013-06-03 10:59:43 -04:00
UML Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
.classpath Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
.euml2 Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
.project Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
.umlproject Bug 338553 - import plugins from llvm4eclipse. Just importing everything 2013-03-03 22:50:09 -05:00
about.html Add llvm to the build. 2013-03-03 23:48:27 -05:00
about.ini Add llvm to the build. 2013-03-03 23:48:27 -05:00
about.mappings Add llvm to the build. 2013-03-03 23:48:27 -05:00
about.properties Add llvm to the build. 2013-03-03 23:48:27 -05:00
build.properties Add llvm to the build. 2013-03-03 23:48:27 -05:00
cdt_logo_icon32.png Add llvm to the build. 2013-03-03 23:48:27 -05:00
plugin.properties Bug 409477 - fix clang linker to call clang instead of llvm-ld. 2013-06-03 22:53:46 -04:00
plugin.xml Bug 409477 - fix clang linker to call clang instead of llvm-ld. 2013-06-03 22:53:46 -04:00
pom.xml Add llvm to the build. 2013-03-03 23:48:27 -05:00