diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-11-07 23:53:17 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-07 23:53:17 +0000 |
| commit | 8466a0d944e319491ac1c3a8835e2578c53d876b (patch) | |
| tree | a58eae96bfff6bfa0ca8f0176117ab5d9fd0e613 /clang/test | |
| parent | 39a6c62b9d3f762b1d86eaf1a3b8a744fe8c2c3b (diff) | |
| download | bcm5719-llvm-8466a0d944e319491ac1c3a8835e2578c53d876b.tar.gz bcm5719-llvm-8466a0d944e319491ac1c3a8835e2578c53d876b.zip | |
Tweak a FIXME.
llvm-svn: 86420
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/lit.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index 9b274fed30b..a97a602a12b 100644 --- a/clang/test/lit.cfg +++ b/clang/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: |

