<div dir="ltr">The gold plugin supports many of the backend options.  But Clang doesn't pass all of them to the plugin as it does to the backend.<div><br></div><div>For example, to support -emulated-tls with LTO, Clang needs to pass -emulated-tls to the LTO backend.  Shall I just change the driver to add -plugin-opt=-emulated-tls or is the best practice to embed this in the IR?<br></div></div>