Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Driver/Options.td | ||
---|---|---|
2175 | HelpText<"Align selected branches (fused/jcc/jmp) within 32-byte boundary. The branch types and boundary size can be overwritten by other specific options">; |
clang/include/clang/Driver/Options.td | ||
---|---|---|
2175 | This helptext seems too long. Could we use HelpText<"Align selected branches (fused, jcc, jmp) within 32-byte boundary">? |
HelpText<"Align selected branches (fused/jcc/jmp) within 32-byte boundary. The branch types and boundary size can be overwritten by other specific options">;