Link to the C++ libraries. This is temporary
authorChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2003 19:57:14 +0000 (19:57 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2003 19:57:14 +0000 (19:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8182 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/EH/Makefile

index 2834c560d0876e4b64a196d3c8896b60ead1cbf4..037530888d977d424da407869f96de69f9e40c81 100644 (file)
@@ -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