================ @@ -0,0 +1,11 @@ +// RUN: %clang %s -### --target=arm64-apple-darwin -arch x86_64 -arch arm64 -fuse-lipo=llvm-lipo 2>&1 | FileCheck -check-prefix=TEST1 %s ---------------- cachemeifyoucan wrote: Nit: Add a test case to check when the flag is not supplied. https://github.com/llvm/llvm-project/pull/121231