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

Add support for clang '-fuse-ctor-homing' flag #1547

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

robertgzr
Copy link
Contributor

@robertgzr
Copy link
Contributor Author

as mentioned on matrix at some point newer versions of clang might have it enabled by default, see llvm/llvm-project#58367

@robertgzr
Copy link
Contributor Author

we run into this for our chromium builds and are hit by this due to them explicitly specifying it: https://source.chromium.org/chromium/chromium/src/+/main:build/config/compiler/BUILD.gn;l=2493-2498

@sylvestre sylvestre merged commit 1a82863 into mozilla:main Jan 9, 2023
@robertgzr robertgzr deleted the ctor-homing branch January 9, 2023 21:05
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.

Can't handle UnknownFlag arguments with -Xclang (-fuse-ctor-homing)
2 participants