[all-commits] [llvm/llvm-project] 4d25ba: Make windows resource generation more robust

powderluv via All-commits all-commits at lists.llvm.org
Tue Oct 11 06:31:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d25ba0165aa4d1f4a8d479e3c348155e64ce4f7
      https://github.com/llvm/llvm-project/commit/4d25ba0165aa4d1f4a8d479e3c348155e64ce4f7
  Author: Anush Elangovan <anush at nod-labs.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M llvm/cmake/modules/AddLLVM.cmake

  Log Message:
  -----------
  Make windows resource generation more robust

This is another attempt at https://reviews.llvm.org/D110489.

When build IREE we run into cases where we don't have / need
LLVM_VERSION_* etc set. Compilation fails if it isn't an integer.

Reviewed By: stellaraccident

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




More information about the All-commits mailing list