beanz added a comment.

`LLVM_NO_DEAD_STRIP` isn't actually useful only for when plugins are enabled. 
It is also useful in a lot of contexts around building JIT host processes. The 
advantage of the old name was it specified exactly what it did (i.e. not dead 
strip code).

It seems to me that maybe a more appropriate approach is that 
`LLVM_SUPPORT_PLUGINS` implies `LLVM_NO_DEAD_STRIP`, rather than conflating the 
two options.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69356/new/

https://reviews.llvm.org/D69356



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

Reply via email to