[polly] Drop nonexistant LLVM_PLUGIN_EXPORT macro from llvmGetPassPluginInfo()
authorRoman Lebedev <lebedev.ri@gmail.com>
Sat, 19 May 2018 19:16:35 +0000 (19:16 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sat, 19 May 2018 19:16:35 +0000 (19:16 +0000)
commitdf4fed6fe7843d78613f0f3f574ed77664f9789f
treeabbe23ca79be5ca37f4096eb94d15d2bb471ee15
parent69ba0613f2b9ae20fc00fc547fd125d52629d5a6
[polly] Drop nonexistant LLVM_PLUGIN_EXPORT macro from llvmGetPassPluginInfo()

Fixes build:
/build/polly/lib/Support/RegisterPasses.cpp:709:80: error: expected ';' after top level declarator
extern "C" ::llvm::PassPluginLibraryInfo LLVM_ATTRIBUTE_WEAK LLVM_PLUGIN_EXPORT
                                                                               ^
                                                                              ;

Was missed in rL332796 / D47082

llvm-svn: 332814
polly/lib/Support/RegisterPasses.cpp