Skip to content
Snippets Groups Projects
Commit 99719d0b authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Changed makefile to use environment var LLVM_SRC_ROOT and not hard code the path

parent 81ced523
No related branches found
No related tags found
No related merge requests found
LLVM_SRC_ROOT = /home/psrivas2/Hetero/VISC/Code/trunk/llvm ifndef LLVM_SRC_ROOT
LLVM_INSTALL = /home/psrivas2/Hetero/VISC/Code/trunk/llvm-install $(info "$$(LLVM_SRC_ROOT) is not defined")
endif
LLVM_INSTALL = $(LLVM_SRC_ROOT)/../llvm-install
CPP_FLAGS = -I $(LLVM_SRC_ROOT)/include -I /usr/local/cuda/include CPP_FLAGS = -I $(LLVM_SRC_ROOT)/include -I /usr/local/cuda/include
TARGET:=visc-rt TARGET:=visc-rt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment