[PATCH] D72463: [Driver][X86] Add -malign-branch* and -malign-branch-within-32B-boundaries
Kan Shengchen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 03:10:58 PST 2020
skan added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:254
+def err_drv_invalid_malign_branch_EQ : Error<
+ "invalid argument '%0' to -malign-branch=; must be one of: %1">;
+
----------------
skan wrote:
> The error information "must be one of: " is kind of misleading.
> It seems that one kind of branch can be aligned.
The error information "must be one of: " is kind of misleading.
It seems that "only" one kind of branch can be aligned.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72463/new/
https://reviews.llvm.org/D72463
More information about the cfe-commits
mailing list