| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
llvmc can be now compiled with llvm-gcc on Windows.
llvm-svn: 109215
|
|
|
|
| |
llvm-svn: 104279
|
|
|
|
| |
llvm-svn: 104261
|
|
|
|
| |
llvm-svn: 104145
|
|
|
|
|
|
| |
Allows us to find executables that are in the same directory.
llvm-svn: 97786
|
|
|
|
| |
llvm-svn: 86348
|
|
|
|
| |
llvm-svn: 74507
|
|
|
|
|
|
|
|
|
|
| |
The -save-temps option now behaves like described in GCC 4.5 release notes
(you can specify output directory for temporary files with -save-temps=obj
-o $DIRNAME). I do not have GCC 4.5 installed, so if there are any
inconsistencies between llvmc and GCC in the implementation of this
feature, please let me know.
llvm-svn: 74190
|
|
Move the code from 'llvmc/driver' into a new CompilerDriver library, and change
the build system accordingly. Makes it easier for projects using LLVM to build
their own llvmc-based drivers.
Tested with objdir != srcdir.
llvm-svn: 65821
|