[clang] [Clang] Support `-falign-loops=N` for LTO (PR #181702)
Anton Sidorenko via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 19 04:57:06 PST 2026
================
@@ -7,6 +7,8 @@
// RUN: %clang -### -falign-loops=65536 %s 2>&1 | FileCheck %s --check-prefix=CHECK_65536
// RUN: not %clang -### -falign-loops=65537 %s 2>&1 | FileCheck %s --check-prefix=CHECK_65537
// RUN: not %clang -### -falign-loops=a %s 2>&1 | FileCheck %s --check-prefix=CHECK_ERR_A
+// RUN: %clang -### -falign-loops=2 -fuse-ld=lld %s 2>&1 | FileCheck --check-prefixes=CC1,OBJ %s
----------------
asi-sc wrote:
I updated the test. Please, check if I got your suggestion correctly.
Sorry for force-pushing, github hasn't updated this PR with my first push.
https://github.com/llvm/llvm-project/pull/181702
More information about the cfe-commits
mailing list