Merge remote-tracking branch 'upstream/master' into nvptx

This commit is contained in:
Evghenii
2013-11-22 08:10:08 +01:00
33 changed files with 795 additions and 394 deletions

View File

@@ -83,6 +83,10 @@ ifeq ($(LLVM_VERSION),LLVM_3_4)
ISPC_LIBS += -lcurses
endif
ifeq ($(LLVM_VERSION),LLVM_3_5)
ISPC_LIBS += -lcurses
endif
ifeq ($(ARCH_OS),Linux)
ISPC_LIBS += -ldl
endif