[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Fri Sep 3 16:38:35 PDT 2004
Changes in directory llvm:
Makefile.rules updated: 1.191 -> 1.192
---
Log message:
Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere
in the LLVM source base.
---
Diffs of the changes: (+0 -3)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.191 llvm/Makefile.rules:1.192
--- llvm/Makefile.rules:1.191 Fri Aug 20 04:32:32 2004
+++ llvm/Makefile.rules Fri Sep 3 18:38:25 2004
@@ -307,9 +307,6 @@
# Pull in limit macros from stdint.h, even in C++:
CPPFLAGS += -D__STDC_LIMIT_MACROS
-### FIXME: this is GCC specific
-CPPFLAGS += -DATTR_DEPRECATED='__attribute__ ((deprecated))'
-
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused
CompileOptimizeOpts := -O3 -DNDEBUG -finline-functions
More information about the llvm-commits
mailing list