================
@@ -7613,6 +7613,9 @@ def import_call_optimization : Flag<["-"], 
"import-call-optimization">,
              "by the Windows kernel to enable import call optimization">,
     MarshallingInfoFlag<CodeGenOpts<"ImportCallOptimization">>;
 
+def replaceable_function: Joined<["-"], "loader-replaceable-function=">,
+  MarshallingInfoStringVector<CodeGenOpts<"LoaderReplaceableFunctionNames">>;
----------------
dpaoliello wrote:

We only expect to use this via clang-cl, so if someone wants a clang option 
they can add that later.

https://github.com/llvm/llvm-project/pull/125320
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to