[cfe-commits] r62400 - /cfe/trunk/NOTES.txt

Chris Lattner sabre at nondot.org
Fri Jan 16 19:46:45 PST 2009


Author: lattner
Date: Fri Jan 16 21:46:44 2009
New Revision: 62400

URL: http://llvm.org/viewvc/llvm-project?rev=62400&view=rev
Log:
remove an irrelevant idea

Modified:
    cfe/trunk/NOTES.txt

Modified: cfe/trunk/NOTES.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/NOTES.txt?rev=62400&r1=62399&r2=62400&view=diff

==============================================================================
--- cfe/trunk/NOTES.txt (original)
+++ cfe/trunk/NOTES.txt Fri Jan 16 21:46:44 2009
@@ -98,14 +98,6 @@
        #undef.
 
 //===---------------------------------------------------------------------===//
-
-TODO: New language feature: Configuration queries:
-  - Instead of #ifdef __POWERPC__, use "if (strcmp(`cpu`, __POWERPC__))", or
-    some other, better, syntax.
-  - Use it to increase the number of "architecture-clean" #import'd files,
-    allowing a single index to be used for all fat slices.
-
-//===---------------------------------------------------------------------===//
 // Specifying targets:  -triple and -arch
 ===---------------------------------------------------------------------===//
 





More information about the cfe-commits mailing list