[all-commits] [llvm/llvm-project] f9aba9: Move the definition of LLVM_SUPPORT_XCODE_SIGNPOST...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed Jun 16 14:41:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9aba9a5afe09788eceb9879aa5c3ad345e0f1e9
https://github.com/llvm/llvm-project/commit/f9aba9a5afe09788eceb9879aa5c3ad345e0f1e9
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M lldb/include/lldb/Utility/Timer.h
M llvm/include/llvm/Config/config.h.cmake
M llvm/include/llvm/Config/llvm-config.h.cmake
M llvm/include/llvm/Support/Signposts.h
M llvm/lib/Support/Signposts.cpp
Log Message:
-----------
Move the definition of LLVM_SUPPORT_XCODE_SIGNPOSTS into llvm-config.h
since it is now used by a public header file (Signposts.h).
This fixes the standalone LLDB build.
More information about the All-commits
mailing list