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

PR for llvm/llvm-project#70011 #776

Merged
merged 1 commit into from
Nov 20, 2023
Merged

PR for llvm/llvm-project#70011 #776

merged 1 commit into from
Nov 20, 2023

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Nov 14, 2023

… when -canonical-prefixes" (#71697)

This reverts commit 578a471.

This causes multiple issues. Compile time slowdown due to more path
canonicalization, and weird behavior on Windows.

Will reland under a separate flag `-f[no-]canonical-system-headers` to
match gcc in the future and further limit when it's passed by default.

Fixes #70011.
@aeubanks
Copy link
Contributor

@zmodem is this ok?

Copy link
Contributor

@zmodem zmodem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tru tru merged commit e6de86c into release/17.x Nov 20, 2023
7 of 8 checks passed
@tru tru deleted the aeubanks-backport branch November 20, 2023 08:48
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.

After 578a4716f Clang -MD by default produces different dependecies file.
4 participants