diff options
-rw-r--r-- | test/lit.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 9b274fed30..a97a602a12 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -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: |