From: Chris Lattner Date: Thu, 28 Aug 2003 19:57:14 +0000 (+0000) Subject: Link to the C++ libraries. This is temporary X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8df6bddd01355cdf3dcb26099f3a4eff5e9281bb;p=oota-llvm.git Link to the C++ libraries. This is temporary git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8182 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/C++Frontend/EH/Makefile b/test/C++Frontend/EH/Makefile index 2834c560d08..037530888d9 100644 --- a/test/C++Frontend/EH/Makefile +++ b/test/C++Frontend/EH/Makefile @@ -8,3 +8,5 @@ LEVEL = ../../../.. include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc +## These should eventually be automatic! +LIBS := -lexception -lsupc++ \ No newline at end of file