llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

Results 962 llvm issues
Sort by recently updated
recently updated
newest added

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...