# Add llvm bin to the path so any scripts run will go to the right llvm-config
LLVM_BIN=$(shell $(LLVM_CONFIG) --bindir)
export PATH:=$(LLVM_BIN):$(PATH)
export PATH:=$(PATH):$(LLVM_BIN)
ARCH_OS=$(shell uname)
ifeq($(ARCH_OS),Darwin)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.