Skip to content

Commit d0b4b6b

Browse files
authored
[Driver] Correct comment on default for -falign-functions (#101257)
1 parent 496feda commit d0b4b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Driver/ToolChains/CommonArgs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,8 +1957,8 @@ tools::ParsePICArgs(const ToolChain &ToolChain, const ArgList &Args) {
19571957
return std::make_tuple(RelocM, 0U, false);
19581958
}
19591959

1960-
// `-falign-functions` indicates that the functions should be aligned to a
1961-
// 16-byte boundary.
1960+
// `-falign-functions` indicates that the functions should be aligned to the
1961+
// backend's preferred alignment.
19621962
//
19631963
// `-falign-functions=1` is the same as `-fno-align-functions`.
19641964
//

0 commit comments

Comments
 (0)