summaryrefslogtreecommitdiffstats
path: root/NOTES.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-17 03:46:44 +0000
committerChris Lattner <sabre@nondot.org>2009-01-17 03:46:44 +0000
commit5bdf3a81eb53ed9ca39df6e6622ee41b81425377 (patch)
tree35362461b1fae80abf8de7466d0e76ecc3ec3b25 /NOTES.txt
parent8158f692571ba5eaae19e086b76d19319ac503c5 (diff)
remove an irrelevant idea
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'NOTES.txt')
-rw-r--r--NOTES.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/NOTES.txt b/NOTES.txt
index 6fc312c0c3..6e6c57534c 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -98,14 +98,6 @@ TODO: Fast #Import:
#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
===---------------------------------------------------------------------===//