[PATCH] D111470: [llvm] Remove os/signpost.h include from Signposts.h

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 16:16:20 PDT 2021


JDevlieghere created this revision.
JDevlieghere added a reviewer: aprantl.
Herald added subscribers: dexonsmith, hiraditya.
JDevlieghere requested review of this revision.
Herald added a project: LLVM.

Remove the os/signpost.h header include from Signposts.h. In some SDKs the header transitively includes defines that conflict with the enums in MachO.h.


https://reviews.llvm.org/D111470

Files:
  lldb/include/lldb/Utility/Timer.h
  llvm/include/llvm/Support/Signposts.h
  llvm/lib/Support/Signposts.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111470.378376.patch
Type: text/x-patch
Size: 5568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211008/ada96480/attachment.bin>


More information about the llvm-commits mailing list