From eaac527a2821c41aa88c8767fd0305f9d610fb23 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Wed, 28 May 2014 22:35:45 +0200 Subject: Fix ExprTest under LLVM 2.9 --- unittests/Expr/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'unittests') diff --git a/unittests/Expr/Makefile b/unittests/Expr/Makefile index f1cd4ec4..a9bfeda1 100644 --- a/unittests/Expr/Makefile +++ b/unittests/Expr/Makefile @@ -9,4 +9,5 @@ LINK_COMPONENTS := support include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest +CXXFLAGS += -DLLVM_29_UNITTEST LIBS += -lstp -- cgit 1.4.1