summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-stub/llvm-stub.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence MSVC warning.Benjamin Kramer2009-08-111-1/+1
| | | | llvm-svn: 78660
* fix some warnings for the MSVC build, by Yonggang Luo!Chris Lattner2009-08-101-2/+1
| | | | llvm-svn: 78571
* Comment headers should extend to 80 chars.Misha Brukman2008-12-311-1/+1
| | | | llvm-svn: 61529
* Fix some warnings reported by gcc-4.3. HopefullyDuncan Sands2008-06-191-7/+8
| | | | | | this still compiles on windows - I can't test! llvm-svn: 52488
* Make sure that the current executable filename has "exe" suffix on Windows.Argyrios Kyrtzidis2008-06-151-5/+9
| | | | llvm-svn: 52286
* regenerateChris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45424
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-3/+3
| | | | llvm-svn: 37950
* Incorporate the contents of include/llvm/Config/unistd.h as this is theReid Spencer2004-12-201-1/+11
| | | | | | | last file in LLVM to require the header. After ths commmit, our unistd.h will go away. llvm-svn: 19065
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Fix a double negation (in grammar).Misha Brukman2004-06-021-1/+1
| | | | llvm-svn: 13943
* No really cygwin, we LIKE .exe'ness.Chris Lattner2004-06-021-0/+8
| | | | llvm-svn: 13939
* Initial checkin of a stub executable that can be used by gccld to forward toChris Lattner2004-06-011-0/+51
bytecode files on systems that don't support #!/bin/sh natively (ie, win32). llvm-svn: 13937
OpenPOWER on IntegriCloud