mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-23 22:23:00 +00:00
Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
every file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10976 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -37,5 +37,5 @@ namespace {
|
||||
|
||||
// This causes operator= above to be invoked for every -load option.
|
||||
static cl::opt<PluginLoader, false, cl::parser<std::string> >
|
||||
LoadOpt("load", cl::ZeroOrMore, cl::value_desc("plugin.so"),
|
||||
LoadOpt("load", cl::ZeroOrMore, cl::value_desc("plugin" SHLIBEXT),
|
||||
cl::desc("Load the specified plugin"));
|
||||
|
||||
Reference in New Issue
Block a user