[clang] [llvm] [PowerPC] Tune AIX shared library TLS model at function level (PR #84132)

Kai Luo via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 25 01:50:08 PDT 2024


================
@@ -80,6 +80,7 @@ class LLVM_LIBRARY_VISIBILITY PPCTargetInfo : public TargetInfo {
   bool IsISA3_0 = false;
   bool IsISA3_1 = false;
   bool HasQuadwordAtomics = false;
+  bool HasAIXShLibTLSModelHeuristic = false;
----------------
bzEq wrote:

The variable defined here is only visible to clang and clang doesn't use this flag further. What backend sees is the feature string and set corresponding variables in backend accordingly.

https://github.com/llvm/llvm-project/pull/84132


More information about the cfe-commits mailing list