remove an irrelevant idea

llvm-svn: 62400
This commit is contained in:
Chris Lattner 2009-01-17 03:46:44 +00:00
parent 051d8fd809
commit 3feddd91f7
1 changed files with 0 additions and 8 deletions

View File

@ -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
===---------------------------------------------------------------------===//