[PATCH] D35545: [AArch64, COFF] Interpret .align as power of two for COFF as well

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 14:05:20 PDT 2017


efriedma added inline comments.


================
Comment at: test/MC/COFF/aarch64-align.s:1
+// RUN: llvm-mc -filetype=obj -triple aarch64-windows-gnu %s | llvm-readobj -s -sd | FileCheck %s
+    .text
----------------
Test needs to be in a directory which allows AArch64 tests (probably test/MC/AArch64/).  lit.local.cfg for test/MC/COFF/ requires the x86 backend.


https://reviews.llvm.org/D35545





More information about the llvm-commits mailing list