================ @@ -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