[PATCH] D80289: [Driver][X86] Support branch align options with LTO

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 20 08:10:59 PDT 2020


MaskRay added inline comments.


================
Comment at: clang/test/Driver/lto.c:81
+
+/// -flto passes along an explicit branch align argument.
+/// Test -malign-branch-boundary=
----------------
This piece of logic is closer to x86. The test can be added to `x86-malign-branch.c` instead


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80289





More information about the cfe-commits mailing list