[clang] Add -fuse-lipo option (PR #121231)

Steven Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 2 10:27:20 PST 2025


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


More information about the cfe-commits mailing list