From 72ea2c66dd4da5971914dce334138f2d5f8db19a Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Sun, 23 Jul 2017 13:31:34 +0200 Subject: Remove LLVM 2.9 from Makefiles --- unittests/Assignment/Makefile | 2 -- unittests/Expr/Makefile | 2 -- 2 files changed, 4 deletions(-) (limited to 'unittests') diff --git a/unittests/Assignment/Makefile b/unittests/Assignment/Makefile index d4110c80..aeb65857 100644 --- a/unittests/Assignment/Makefile +++ b/unittests/Assignment/Makefile @@ -8,5 +8,3 @@ USEDLIBS := kleaverExpr.a LINK_COMPONENTS := support include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest - -CXXFLAGS += -DLLVM_29_UNITTEST diff --git a/unittests/Expr/Makefile b/unittests/Expr/Makefile index ca92271a..e64ce47a 100644 --- a/unittests/Expr/Makefile +++ b/unittests/Expr/Makefile @@ -8,5 +8,3 @@ USEDLIBS := kleaverExpr.a kleeBasic.a LINK_COMPONENTS := support include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest - -CXXFLAGS += -DLLVM_29_UNITTEST -- cgit 1.4.1