[PATCH] D72463: [Driver][X86] Add -malign-branch* and -malign-branch-within-32B-boundaries

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 10 19:32:06 PST 2020


MaskRay updated this revision to Diff 237476.
MaskRay edited the summary of this revision.
MaskRay added a comment.

Delete -mno-branches-within-32B-boundaries (GNU as does not support it)
Use comma joined list instead of +. CommaJoined is more conventional. For example, `-mrecip=` and `-fsanitize=` a comma separated list.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72463/new/

https://reviews.llvm.org/D72463

Files:
  clang/include/clang/Basic/DiagnosticDriverKinds.td
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/Driver/x86-malign-branch.c
  clang/test/Driver/x86-malign-branch.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72463.237476.patch
Type: text/x-patch
Size: 9935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200111/9524c8c4/attachment.bin>


More information about the cfe-commits mailing list