Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH and
authorJohn Criswell <criswell@uiuc.edu>
Mon, 29 Sep 2003 21:34:49 +0000 (21:34 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 29 Sep 2003 21:34:49 +0000 (21:34 +0000)
llvm/test/Programs/SingleSource/Regression/C++/CompileFail.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8745 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/Makefile [new file with mode: 0644]

diff --git a/test/C++Frontend/Makefile b/test/C++Frontend/Makefile
new file mode 100644 (file)
index 0000000..8f15446
--- /dev/null
@@ -0,0 +1,4 @@
+LEVEL = ../../../../../..
+include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+CFLAGS += -std=c99
+