[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 10:48:49 PDT 2017


efriedma added inline comments.


================
Comment at: lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp:108
   PrivateLabelPrefix = ".L";
+  AlignmentIsInBytes = false;
 }
----------------
Is there any particular reason to choose one way or the other here?


================
Comment at: test/MC/AArch64/jump-table.s:2
 // RUN: llvm-mc < %s -triple=aarch64-none-linux-gnu -filetype=obj | llvm-readobj -r | FileCheck %s
+// RUN: llvm-mc < %s -triple=aarch64-windows-gnu
 
----------------
This is just checking whether llvm-mc crashes; is that intentional?


https://reviews.llvm.org/D35545





More information about the llvm-commits mailing list