[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 2 15:56:35 PST 2006
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.94 -> 1.95
Makefile updated: 1.28 -> 1.29
---
Log message:
Make CodeGen libs -pedantic clean.
---
Diffs of the changes: (+1 -4)
DwarfWriter.cpp | 2 +-
Makefile | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.94 llvm/lib/CodeGen/DwarfWriter.cpp:1.95
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.94 Thu Nov 2 15:48:18 2006
+++ llvm/lib/CodeGen/DwarfWriter.cpp Thu Nov 2 17:56:21 2006
@@ -688,7 +688,7 @@
/// Profile - Used to gather unique data for the value folding set.
///
- virtual void DIEBlock::Profile(FoldingSetNodeID &ID) {
+ virtual void Profile(FoldingSetNodeID &ID) {
ID.AddInteger(isBlock);
DIE::Profile(ID);
}
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.28 llvm/lib/CodeGen/Makefile:1.29
--- llvm/lib/CodeGen/Makefile:1.28 Thu Jul 20 12:27:58 2006
+++ llvm/lib/CodeGen/Makefile Thu Nov 2 17:56:21 2006
@@ -13,6 +13,3 @@
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
-
-CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
-CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
More information about the llvm-commits
mailing list