[all-commits] [llvm/llvm-project] 811dbe: [Bazel] Don't set HAVE_[DE]REGISTER_FRAME on Windows

Geoffrey Martin-Noble via All-commits all-commits at lists.llvm.org
Wed Aug 18 11:20:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 811dbecaf5eafc434ba290784c787b49c293d0b8
      https://github.com/llvm/llvm-project/commit/811dbecaf5eafc434ba290784c787b49c293d0b8
  Author: Geoffrey Martin-Noble <gcmn at google.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M utils/bazel/llvm-project-overlay/llvm/config.bzl
    M utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h

  Log Message:
  -----------
  [Bazel] Don't set HAVE_[DE]REGISTER_FRAME on Windows

This is also done based on OS in the GN build
(https://github.com/llvm/llvm-project/blob/24b0df8686/llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn#L193-L203).
Of course the right way would be to set up platform detection, but that
remains TODO.

Reviewed By: csigg

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




More information about the All-commits mailing list