================
@@ -7588,6 +7567,11 @@ defm stack_arrays : BoolOptionWithoutMarshalling<"f", 
"stack-arrays",
   PosFlag<SetTrue, [], [ClangOption], "Attempt to allocate array temporaries 
on the stack, no matter their size">,
   NegFlag<SetFalse, [], [ClangOption], "Allocate array temporaries on the heap 
(default)">>;
 
+defm runtime_trampoline : BoolOptionWithoutMarshalling<"f",
+  "runtime-trampoline",
+  PosFlag<SetTrue, [], [ClangOption], "Use W^X compliant runtime trampoline 
pool for internal procedures">,
----------------
tarunprabhu wrote:

Why is the visibility here set to `ClangOption`? Should this be `FlangOption`?

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

Reply via email to