[clang] [Clang][LTO] Fix use of funified-lto and save-temps flags together (PR #162763)

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 14 19:12:30 PDT 2025


================
@@ -0,0 +1,11 @@
+; Test that we do not duplicate the UnifiedLTO module flag.
+;
+; RUN: %clang_cc1 -emit-llvm -flto=full -funified-lto -o - %s | FileCheck %s
----------------
bader wrote:

That's right.

https://github.com/llvm/llvm-project/pull/162763


More information about the cfe-commits mailing list