[llvm-commits] CVS: llvm/projects/sample/lib/sample/Makefile sample.c

Reid Spencer reid at x10sys.com
Thu Nov 2 16:10:07 PST 2006



Changes in directory llvm/projects/sample/lib/sample:

Makefile updated: 1.8 -> 1.9
sample.c updated: 1.4 -> 1.5
---
Log message:

Make sample project -pedantic clean.


---
Diffs of the changes:  (+3 -5)

 Makefile |    3 ---
 sample.c |    5 +++--
 2 files changed, 3 insertions(+), 5 deletions(-)


Index: llvm/projects/sample/lib/sample/Makefile
diff -u llvm/projects/sample/lib/sample/Makefile:1.8 llvm/projects/sample/lib/sample/Makefile:1.9
--- llvm/projects/sample/lib/sample/Makefile:1.8	Mon Aug  7 18:12:15 2006
+++ llvm/projects/sample/lib/sample/Makefile	Thu Nov  2 18:09:53 2006
@@ -16,6 +16,3 @@
 # Include Makefile.common so we know what to do.
 #
 include $(LEVEL)/Makefile.common
-
-CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
-CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))


Index: llvm/projects/sample/lib/sample/sample.c
diff -u llvm/projects/sample/lib/sample/sample.c:1.4 llvm/projects/sample/lib/sample/sample.c:1.5
--- llvm/projects/sample/lib/sample/sample.c:1.4	Sat Apr 23 16:26:10 2005
+++ llvm/projects/sample/lib/sample/sample.c	Thu Nov  2 18:09:53 2006
@@ -10,10 +10,11 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-// LLVM Header File
+/* LLVM Header File
 #include "llvm/Support/DataTypes.h"
+*/
 
-// Header file global to this project
+/* Header file global to this project */
 #include "sample.h"
 
 int






More information about the llvm-commits mailing list