This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Patches are modified from https://github.com/ProcursusTeam/Procursus | |
# Formulae modified from homebrew llvm@12 | |
class LlvmAppleAT12 < Formula | |
desc "" | |
homepage "" | |
url "https://github.com/apple/llvm-project/archive/swift-5.5-RELEASE.tar.gz" | |
sha256 "87955764fb6cd83cb24e0421f249ce3fc817400edd3c0015eb840fe7fd7cf5e3" | |
license "" | |
keg_only :provided_by_macos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef _KTRACE_SESSION_H_ | |
#define _KTRACE_SESSION_H_ | |
#include <inttypes.h> | |
#include <os/base.h> | |
#include <sys/types.h> | |
#include <sys/cdefs.h> | |
#include <sys/kdebug.h> | |
#include <dispatch/dispatch.h> |