[PATCH] D70163: Warn on /align if used without /driver

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 23:11:25 PST 2019


thakis added inline comments.


================
Comment at: lld/test/COFF/align.s:2
 # RUN: yaml2obj < %s > %t.obj
 # RUN: lld-link /out:%t.exe /entry:main /align:32 %t.obj
 # RUN: llvm-readobj --file-headers %t.exe | FileCheck %s
----------------
Want to add /driver to the "normal" test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70163





More information about the llvm-commits mailing list