forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognize AOCC opt flags to trigger closed binary execution
closed invocation of clang-13 and ld.lld to support amd specific optimization passes from AOCC. losed optimization compiler is invoked if -famd-opt is specified, or if any of the closed optimization flags are specified on the command line. These can also include -mllvm options as well as -f<options> dont use integrated cc1 for closed toolchain, messes up pass manager Change-Id: I35dedf62e07df91b11f5e860fb3b3ecbe92b20fe
- Loading branch information
Showing
12 changed files
with
653 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.