| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 140121
|
|
|
|
|
|
|
|
| |
from LLVM forever:
grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g'
llvm-svn: 120314
|
|
|
|
|
|
| |
on an producing weird link errors. Patch by Yuri Gribov!
llvm-svn: 112714
|
|
|
|
| |
llvm-svn: 111094
|
|
|
|
|
|
| |
llvmc can be now compiled with llvm-gcc on Windows.
llvm-svn: 109215
|
|
|
|
| |
llvm-svn: 94377
|
|
|
|
|
|
| |
Controlled via the --enable-llvmc-dynamic-plugins option.
llvm-svn: 74784
|
|
|
|
|
|
|
| |
Controls whether libCompilerDriver should be loaded dynamically. By default this
is needed only on Win32, to make dynamic plugins work.
llvm-svn: 74759
|
|
|
|
| |
llvm-svn: 74473
|
|
|
|
|
|
|
|
| |
Implemented by making lib/CompilerDriver a shared library that holds all the
global static data (CommandLine options, plugin registry) that we unfortunately
have to live with.
llvm-svn: 74417
|
|
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
|