[PATCH] D44848: Align stubs for external and common global variables to pointer size.

Rahul Chaudhry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 17:46:30 PDT 2018


rahulchaudhry marked an inline comment as done.
rahulchaudhry added inline comments.


================
Comment at: test/Object/X86/align-stub.ll:2
+; RUN: llc %s -mtriple=x86_64-unknown-unknown --relocation-model=pic -filetype=obj -o - \
+; RUN:   | llvm-objdump -r - | FileCheck %s
+
----------------
mgrang wrote:
> Remove the extraneous space after RUN:
It's a continuation line now, so should the space stay, or would you like me to remove it?


Repository:
  rL LLVM

https://reviews.llvm.org/D44848





More information about the llvm-commits mailing list