llvm-6502/lib/CompilerDriver
Mikhail Glushenkov 95c1f5ba64 Make dynamic LLVMC plugins work on Windows (finally!).
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74417 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-29 03:09:15 +00:00
..
Action.cpp Make -save-temps behave like in GCC 4.5. 2009-06-25 18:20:10 +00:00
BuiltinOptions.cpp Make dynamic LLVMC plugins work on Windows (finally!). 2009-06-29 03:09:15 +00:00
CMakeLists.txt
CompilationGraph.cpp Make -save-temps behave like in GCC 4.5. 2009-06-25 18:20:10 +00:00
Makefile Make dynamic LLVMC plugins work on Windows (finally!). 2009-06-29 03:09:15 +00:00
Plugin.cpp Guards for the compiler driver plugin list. 2009-06-26 00:06:28 +00:00
Tool.cpp Make dynamic LLVMC plugins work on Windows (finally!). 2009-06-29 03:09:15 +00:00