1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
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
build Bug 394492 - Project options can be invisible in Convert wizard 2013-06-02 16:19:26 -04:00
codan Cosmetics. 2013-05-22 10:22:38 -07:00
core Bug 409663 - [Mac] Command-Shift-Up/Down is not handled in standard way 2013-06-02 15:26:44 -04:00
cross Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
debug Bug 244865 – Support for Step Into Selection 2013-04-30 14:26:00 -04:00
doc bug 409392: Removed also images which are unused now 2013-05-29 17:04:19 -04:00
dsf Bug 244865 – Support for Step Into Selection 2013-04-30 14:26:00 -04:00
dsf-gdb Bug 396081 - Revert commit 5ee1a4a174: 2013-06-03 22:14:33 -04:00
jtag Bug 324101 - [launch] Have the JTag launch extend FinalLaunchSequence 2013-04-11 21:35:26 -04:00
launch/org.eclipse.cdt.launch Bug 384780 - No error is reported if a directory is specified as program 2012-07-10 16:20:56 -04:00
llvm Bug 409477 - fix clang linker to call clang instead of llvm-ld. 2013-06-03 22:53:46 -04:00
lrparser Cosmetics. 2013-05-22 21:01:14 -07:00
memory Bug 341632 - Trad mem rendering keyboard access 2013-03-22 12:22:48 -04:00
p2 Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
qt Clean up more of the legal files for the new features LLVM and Qt. 2013-05-30 13:33:39 -04:00
releng Fix up qt version id in repo category.xml file. 2013-04-13 17:12:43 -04:00
testsrunner Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
upc Fixed compilation errors. 2012-12-28 14:08:36 -08:00
util Combined classes CPPNameCollector and CNameCollector into a single 2013-05-26 11:27:05 -07:00
visualizer Bug 405735 - [visualizer] Using context menu prevents next selection 2013-04-26 11:27:11 -04:00
windows Bug 397121 - Add support for Windows SDK 8.0 and Visual C++ 11.0 2013-01-03 00:49:38 -05:00
xlc bug 407696: Include paths remain uninitialized and code does not compile when creating new C or C++ projects 2013-05-13 18:14:00 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Use Tycho 0.17 for build. 2013-05-19 09:43:56 -04:00