]> granicus.if.org Git - clang/commitdiff
Tweak a FIXME.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 7 Nov 2009 23:53:17 +0000 (23:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 7 Nov 2009 23:53:17 +0000 (23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86420 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 9b274fed30b50ca0e0a546d0b7849bd3d5783964..a97a602a12b08ef7e6e5216ab88a5d2991058379 100644 (file)
@@ -66,8 +66,9 @@ if config.test_exec_root is None:
     #
     # FIXME: I debated (i.e., wrote and threw away) adding logic to
     # automagically generate the lit.site.cfg if we are in some kind of fresh
-    # build situation. This means knowing how to invoke the build system
-    # though, and I decided it was too much magic.
+    # build situation. This means knowing how to invoke the build system though,
+    # and I decided it was too much magic. We should solve this by just having
+    # the .cfg files generated during the configuration step.
 
     llvm_config = lit.util.which('llvm-config', config.environment['PATH'])
     if not llvm_config: