jhenderson added a comment.

In https://reviews.llvm.org/D42758#997880, @erichkeane wrote:

> I'd like to see @probinson s PS4 discussion bottom out, but I don't see any 
> reason to hold this up otherwise.


The PS4 compiler uses its linker options mechanism to communicate three 
different things to the linker, namely `#pragma comment(lib, ...)` directives, 
as discussed here, symbols marked with `__declspec(dllexport)`, and symbols 
marked with `__declspec(dllimport)` (the latter two requesting the linker 
explicitly to export/import the decorated symbols). I think if all three of 
these are converted to linker commands, we should be able to adopt the new 
implementation.


Repository:
  rC Clang

https://reviews.llvm.org/D42758



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to