]> granicus.if.org Git - clang/commitdiff
remove an irrelevant idea
authorChris Lattner <sabre@nondot.org>
Sat, 17 Jan 2009 03:46:44 +0000 (03:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Jan 2009 03:46:44 +0000 (03:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62400 91177308-0d34-0410-b5e6-96231b3b80d8

NOTES.txt

index 6fc312c0c3b6d6767759b1aeeb887a3afb935d8f..6e6c57534cecd36bb6e96cbe5021258354105c81 100644 (file)
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -97,14 +97,6 @@ TODO: Fast #Import:
      - Optionally, user can specify what macros escape (whitelist) or can use
        #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
 ===---------------------------------------------------------------------===//