[PATCH] D12903: Add -fplugin=name.so option to the driver

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 19 15:35:27 PDT 2015


thakis added a subscriber: thakis.
thakis added a comment.

Is the idea that this loads plugins that link against clang's C++ api? That api isn't considered stable, so not having an "official" flag for this always looked by design to me. Also, C++ doesn't make for a good ABI. Also also, this approach fundamentally doesn't work on Windows.


Repository:
  rL LLVM

http://reviews.llvm.org/D12903





More information about the cfe-commits mailing list