Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flang] Disable Global Filtering pass by default #236

Open
wants to merge 1 commit into
base: amd-trunk-dev
Choose a base branch
from

Conversation

DominikAdamski
Copy link

Global Filtering Passs was created to fix linking issues
for old clang driver. This pass is not upstreamed
and we can switch it off by default for flang-new and the new clang driver.
The user can still turn on it by setting -foffload-global-filtering flag.

This is the first step to completely remove global filtering pass
from ATD branch and to minimize delta between ATD and upstream branches.

Global Filtering Passs was created to fix linking
issues for old clang driver. This pass is not upstreamed
and we can switch it off for flang-new and the new clang
driver. The user can still turn it by setting
`-foffload-global-filtering' flag.

This is the first step to completely remove global filtering
pass from ATD branch and to minimize delta between ATD and upstream
branches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant