[all-commits] [llvm/llvm-project] d1e2b9: [clang][fatlto] Don't set ThinLTO module flag with...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Dec 18 13:03:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1e2b96b606e5bf8329ab5821f7a614163a56e16
https://github.com/llvm/llvm-project/commit/d1e2b96b606e5bf8329ab5821f7a614163a56e16
Author: Paul Kirth <paulkirth at google.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M clang/test/CodeGen/fat-lto-objects.c
Log Message:
-----------
[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.
More information about the All-commits
mailing list