llvm-6502/lib/CompilerDriver
Mikhail Glushenkov 2373c99433 Add --enable-llvmc-dynamic configure option.
Controls whether libCompilerDriver should be loaded dynamically. By default this
is needed only on Win32, to make dynamic plugins work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74759 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-03 03:52:47 +00:00
..
Action.cpp #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
BuiltinOptions.cpp Make dynamic LLVMC plugins work on Windows (finally!). 2009-06-29 03:09:15 +00:00
CMakeLists.txt
CompilationGraph.cpp #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
Main.cpp #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
Makefile Add --enable-llvmc-dynamic configure option. 2009-07-03 03:52:47 +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