summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CompilerDriver/BuiltinOptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-291-0/+52
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
OpenPOWER on IntegriCloud