llvm
llvm copied to clipboard
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
The -fsycl-add-targets and -fsycl-link-targets are deprecated options, remove the support for these options moving forward.
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...
This PR is a part of virtual functions feature being designed in intel/llvm#10540. One aspects of the proposed language specification is to be able to mark functions as device functions...