[all-commits] [llvm/llvm-project] 872a53: [WebAssembly] Change the llvm-lto dir to use the L...

Dan Gohman via All-commits all-commits at lists.llvm.org
Mon Nov 25 10:30:32 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 872a53ef9489fcfbb48c6f8dd30bd9a9a026934f
      https://github.com/llvm/llvm-project/commit/872a53ef9489fcfbb48c6f8dd30bd9a9a026934f
  Author: Dan Gohman <sunfish at mozilla.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M clang/lib/Driver/ToolChains/WebAssembly.cpp

  Log Message:
  -----------
  [WebAssembly] Change the llvm-lto dir to use the LLVM Version

Using the version instead of the VCS revision, which isn't available
when LLVM_APPEND_VC_REV is set. The bitcode format should be
backwards-compatible at least within a minor version, so the version
string should be sufficient.

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




More information about the All-commits mailing list