================
@@ -100,6 +102,13 @@ static cl::opt<bool> EnableSSPCanaryBitInTB(
     "aix-ssp-tb-bit", cl::init(false),
     cl::desc("Enable Passing SSP Canary info in Trackback on AIX"), 
cl::Hidden);
 
+static cl::list<std::string> IFuncLocal(
+    "ifunc-local",
----------------
w2yehia wrote:

I spoke with Sean offline, and he suggested to make it a user error to have 
resolvers returning non-local functions, and to change the walker in function 
`TOCRestoreNeededForCallToImplementation` to flag any violation it can find.

https://github.com/llvm/llvm-project/pull/153049
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to