llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[Driver][SYCL] Remove support for -foffload-static-lib

Open mdtoguchi opened this issue 1 year ago • 0 comments

Removes support for -foffload-static-lib and -foffload-whole-static-lib. These options were deprecated, and are not needed as we properly support linking in of fat static libraries from the command line without usage of special options to do so.

mdtoguchi avatar May 20 '24 16:05 mdtoguchi