Update optimisation to work with LLVM trunk, remove the Makefile and use CMake for building the passes (out of tree builds are now easier).
parent
2d835cffa6
commit
8cf5e0412f
@ -1,8 +0,0 @@
|
|||||||
LEVEL = ../../../
|
|
||||||
LIBRARYNAME = libGNUObjCRuntime
|
|
||||||
LOADABLE_MODULE = 1
|
|
||||||
USEDLIBS =
|
|
||||||
CPPFLAGS += `llvm-config --version | sed 's/\([0-9]*\).\([0-9]*\).*/-DLLVM_MAJOR=\1 -DLLVM_MINOR=\2/'`
|
|
||||||
CPPFLAGS += -Wno-variadic-macros
|
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
|
||||||
Loading…
Reference in New Issue