[PATCH] D45484: [Polly][NewPM] Update pass registration for the LLVM plugin interface

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 09:51:17 PDT 2018


Meinersbur added inline comments.


================
Comment at: test/lit.site.cfg.in:47-50
     config.substitutions.append(('%loadPolly', '-load '
+                                 + config.polly_lib_dir + '/LLVMPolly at LLVM_SHLIBEXT@'
+                                 + ' -load-pass-plugin '
                                  + config.polly_lib_dir + '/LLVMPolly at LLVM_SHLIBEXT@'
----------------
Don't `-load` and `-load-pass-plugin` conflict? If the so is loaded twice into the address space, shoudn't some global symbols or `cl::opt` initializer clash?


Repository:
  rPLO Polly

https://reviews.llvm.org/D45484





More information about the llvm-commits mailing list