[PATCH] D147834: [clang][driver] Pass `-femulated-tls` through to the linker in LTO mode

Paul Kirth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 10 10:04:53 PDT 2023


paulkirth added inline comments.


================
Comment at: clang/test/Driver/emulated-tls.cpp:57
+// LTO related checks
+//LTO_NOEMUTLS: plugin-opt=-emulated-tls=0
+//LTO_NOEMUTLS-NOT: plugin-opt=-emulated-tls=1
----------------
vit9696 wrote:
> Maybe add a space before LTO here?
Good catch. For whatever reason I thought clang-format had fixed that, but obviously not. :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147834



More information about the cfe-commits mailing list