From 05f5a9a949f30b5bbaa1c406416cabdae2fe60df Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 23 Jul 2021 09:38:18 -0700 Subject: [PATCH] [clang] -falign-loops= --- include/llvm/Target/TargetOptions.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h index e5bea904147..be3f0f9f1d6 100644 --- a/include/llvm/Target/TargetOptions.h +++ b/include/llvm/Target/TargetOptions.h @@ -328,6 +328,8 @@ namespace llvm { /// passed on the command line. std::string StackUsageOutput; + unsigned LoopAlignment = 0; + /// FloatABIType - This setting is set by -float-abi=xxx option is specfied /// on the command line. This setting may either be Default, Soft, or Hard. /// Default selects the target's default behavior. Soft selects the ABI for