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

Vitaly Cheptsov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 8 03:24:20 PDT 2023


vit9696 accepted this revision.
vit9696 added a comment.
This revision is now accepted and ready to land.

Looks good to me, thank you!



================
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
----------------
Maybe add a space before LTO here?


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