Unverified Commit d1e2b96b authored by Paul Kirth's avatar Paul Kirth Committed by GitHub
Browse files

[clang][fatlto] Don't set ThinLTO module flag with FatLTO (#75079)

Since FatLTO now uses the UnifiedLTO pipeline, we should not set the
ThinLTO module flag to true, since it may cause an assertion failure.
See https://github.com/llvm/llvm-project/issues/70703 for context.
parent e409f851
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment