comparison lib/Support/Makefile @ 77:54457678186b

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900 (2014-09-08)
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
34:e874dbf0ad9d 77:54457678186b
15 15
16 include $(LEVEL)/Makefile.common 16 include $(LEVEL)/Makefile.common
17 17
18 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) 18 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
19 CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) 19 CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
20
21 ifdef LLVM_VERSION_INFO
22 CompileCommonOpts += -DLLVM_VERSION_INFO='"$(LLVM_VERSION_INFO)"'
23 endif