[PATCH] D72738: [BranchAlign] Add master --x86-branches-within-32B-boundaries flag

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 15:04:58 PST 2020


MaskRay added inline comments.


================
Comment at: llvm/test/MC/X86/align-branch-64-1a.s:7
+# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown --x86-branches-within-32B-boundaries %p/Inputs/align-branch-64-1.s | llvm-objdump -d  - > %t1
+# RUN: FileCheck --input-file=%t1 %s
+
----------------
Compare the llvm-mc output with the previous one.

`cmp %t1 %t2` returns 0 => identical output.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72738





More information about the llvm-commits mailing list