Skip to content

Instantly share code, notes, and snippets.

@modocache
Created July 31, 2017 17:45
Show Gist options
  • Save modocache/20afa965f9d4d53431c8c39e01a7ba34 to your computer and use it in GitHub Desktop.
Save modocache/20afa965f9d4d53431c8c39e01a7ba34 to your computer and use it in GitHub Desktop.
diff --git a/utils/lit/tests/lit.cfg b/utils/lit/tests/lit.cfg
index 0c98299285a..7473bb72585 100644
--- a/utils/lit/tests/lit.cfg
+++ b/utils/lit/tests/lit.cfg
@@ -69,3 +69,4 @@ llvm_tools_dir = getattr(config, 'llvm_tools_dir', None)
if llvm_tools_dir != None:
path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
config.environment['PATH'] = path
+ lit_config.note('Adding llvm_tools_dir to PATH: {}'.format(path))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment