[all-commits] [llvm/llvm-project] 210d72: [compiler-rt] Move -fno-omit-frame-pointer check t...

Michał Górny via All-commits all-commits at lists.llvm.org
Wed Sep 15 09:32:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 210d72e9d6b4a8e7633921d0bd7186fd3c7a2c8c
      https://github.com/llvm/llvm-project/commit/210d72e9d6b4a8e7633921d0bd7186fd3c7a2c8c
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake

  Log Message:
  -----------
  [compiler-rt] Move -fno-omit-frame-pointer check to common config-ix

9ee64c374605683ae80b9641d5312a72c2a67336 has started using
COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG inside scudo.  However,
the relevant CMake check was performed in builtin-config-ix.cmake,
so the definition was missing when builtins were not built.  Move
the check to config-ix.cmake, so that it runs unconditionally of
the components being built.

Fixes PR#51847

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




More information about the All-commits mailing list