================ @@ -7283,6 +7283,9 @@ def fsycl : Flag<["-"], "fsycl">, HelpText<"Enable SYCL C++ extensions">; def fno_sycl : Flag<["-"], "fno-sycl">, HelpText<"Disable SYCL C++ extensions">; +def nolibsycl : Flag<["-"], "nolibsycl">, ---------------- jhuber6 wrote:
I know we have `no_hip_rt` as an analogue, but I'm not keen on adding more random flags for this stuff. We have `-no-offloadlib` which currently only applies to the device-side libraries but I see no reason it can't apply here. We could make a separate PR that aliases the HIP runtime flag to that. Would that be fine @yxsamliu @Artem-B? It might theoretically change behavior.. https://github.com/llvm/llvm-project/pull/174877 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
