projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acdadf0
)
Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH and
author
John Criswell
<criswell@uiuc.edu>
Mon, 29 Sep 2003 21:34:49 +0000
(21:34 +0000)
committer
John 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]
patch
|
blob
diff --git a/test/C++Frontend/Makefile
b/test/C++Frontend/Makefile
new file mode 100644
(file)
index 0000000..
8f15446
--- /dev/null
+++ b/
test/C++Frontend/Makefile
@@ -0,0
+1,4
@@
+LEVEL = ../../../../../..
+include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+CFLAGS += -std=c99
+