Christian Kamm
b4e57e83eb
Another link order fix.
2008-10-11 22:14:16 +02:00
Christian Kamm
ee407e597a
Link using gcc instead.
2008-10-11 21:21:21 +02:00
Christian Kamm
6eeeafdba6
First part of rename to LDC.
2008-10-06 22:46:55 +02:00
Tomas Lindquist Olsen
d0c5df393c
Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly changed but basically the same. Thanx Ralith :)
2008-10-02 03:25:46 +02:00
Christian Kamm
877da230a3
Get rid of runtime path. Allow defaultlib and debuglib switches to be given multiple times.
2008-09-02 19:14:25 +02:00
Christian Kamm
8efe20f5f9
Link in pthread, dl and m on OS X.
2008-08-29 14:11:20 +02:00
Christian Kamm
72a2db6d7c
Get rid of isLinux and isWindows in favor of global.params.os.
2008-08-24 16:22:58 +02:00
Tomas Lindquist Olsen
1f00395f0b
Fixed path seperator issue on windows in linker.
2008-07-27 14:15:22 +02:00
Tomas Lindquist Olsen
70f16e36fb
Added bitcode filename to very verbose logging.
...
Fixed -O<n> switches from llvm 2.4.
Removed md5 from the kdevelop project filelist.
2008-07-26 15:02:57 +02:00
Christian Kamm
d54a1347a4
Do only link to libpthread, libm and libdl on Linux.
2008-07-21 20:12:24 +02:00
Christian Kamm
6a45ce2474
[svn r346] Fixed #55 - llvmdc can link as fast as dmd now!
...
Made runtime to compile to native by default. Changed linker.cpp to link in native runtime library.
This change requires a runtime rebuild as well as a new symbolic link in lib/ to tango/lib/libtango-base-llvmdc-native.a.
2008-07-10 19:38:34 +02:00
Tomas Lindquist Olsen
a3c7b8b369
[svn r327] Fixed some more MinGW32 issues. It's now very close to working.
...
Fixed problems with inline asm like: mov EAX, FS:4 , which incidentally is used in the runtime to get the stack bottom, on Windows.
2008-06-27 23:58:22 +02:00
Tomas Lindquist Olsen
fe09b045f3
[svn r299] forgot to return status in runExecutable
2008-06-20 22:12:15 +02:00
Tomas Lindquist Olsen
41a104c0f4
[svn r298] Eliminated the dmd/link.c source file entirely in favor of a llvm::sys based approach to the same functionality.
2008-06-20 22:09:04 +02:00
Tomas Lindquist Olsen
c743549032
[svn r297] Fixed: rewrote linker code to use LLVM's Program facilities instead of DMD's oldschool broken "native" approach.
2008-06-20 17:45:13 +02:00
Tomas Lindquist Olsen
8b83eda2a2
[svn r261] Fixed debug info for integer and floating local variables, can now be inspected in GDB.
...
Did a lot of smaller cleans up here and there.
Replaced more llvm::Foo with LLFoo for common stuff.
Split up tollvm.cpp.
2008-06-09 09:37:08 +02:00