[all-commits] [llvm/llvm-project] d81154: [compiler-rt] Move -fno-omit-frame-pointer check t...
Michał Górny via All-commits
all-commits at lists.llvm.org
Fri Sep 17 16:35:28 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: d811546f803c0aa33d092f6fa181b77a1770869a
https://github.com/llvm/llvm-project/commit/d811546f803c0aa33d092f6fa181b77a1770869a
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-09-17 (Fri, 17 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
(cherry picked from commit 210d72e9d6b4a8e7633921d0bd7186fd3c7a2c8c)
More information about the All-commits
mailing list