about summary refs log tree commit diff homepage
path: root/unittests
diff options
context:
space:
mode:
authorMartin Nowack <martin@se.inf.tu-dresden.de>2017-07-23 13:31:34 +0200
committerMartin Nowack <martin@se.inf.tu-dresden.de>2017-07-23 13:31:34 +0200
commit72ea2c66dd4da5971914dce334138f2d5f8db19a (patch)
tree685a818fd4a7336232168fde9b86eb229b23e730 /unittests
parente2af864fc0d3884a3fbf5cca5aac289d35bb827a (diff)
downloadklee-72ea2c66dd4da5971914dce334138f2d5f8db19a.tar.gz
Remove LLVM 2.9 from Makefiles
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Assignment/Makefile2
-rw-r--r--unittests/Expr/Makefile2
2 files changed, 0 insertions, 4 deletions
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