[all-commits] [llvm/llvm-project] 000ff3: Warn on /align if used without /driver

Rui Ueyama via All-commits all-commits at lists.llvm.org
Wed Nov 13 20:14:51 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 000ff301e74b216c23ee60344977b2b6692ac70c
      https://github.com/llvm/llvm-project/commit/000ff301e74b216c23ee60344977b2b6692ac70c
  Author: Rui Ueyama <ruiu at google.com>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M lld/COFF/Driver.cpp
    M lld/test/COFF/align.s

  Log Message:
  -----------
  Warn on /align if used without /driver

/align is not supposed to be used without /driver, so it makes sense
to warn if only /align is passed. MSVC link.exe warns on this too.

Differential Revision: https://reviews.llvm.org/D70163




More information about the All-commits mailing list