[cfe-commits] r86420 - /cfe/trunk/test/lit.cfg
Daniel Dunbar
daniel at zuster.org
Sat Nov 7 15:53:17 PST 2009
Author: ddunbar
Date: Sat Nov 7 17:53:17 2009
New Revision: 86420
URL: http://llvm.org/viewvc/llvm-project?rev=86420&view=rev
Log:
Tweak a FIXME.
Modified:
cfe/trunk/test/lit.cfg
Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=86420&r1=86419&r2=86420&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Sat Nov 7 17:53:17 2009
@@ -66,8 +66,9 @@
#
# 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:
More information about the cfe-commits
mailing list