Avoid unnecessary llvm/ subdirectory

This commit is contained in:
Michael Vines
2018-12-01 11:40:25 -08:00
committed by Grimes
parent f045e19ddc
commit ee9255cb1d
8 changed files with 9 additions and 9 deletions

View File

@ -14,9 +14,9 @@ TEST_DIR ?= ./test
OUT_DIR ?= ./out
ifeq ($(DOCKER),1)
LLVM_DIR = $(LOCAL_PATH)llvm/docker
LLVM_DIR = $(LOCAL_PATH)llvm-docker
else
LLVM_DIR = $(LOCAL_PATH)llvm/native
LLVM_DIR = $(LOCAL_PATH)llvm-native
endif
ifdef LLVM_DIR