Created
July 31, 2017 17:45
-
-
Save modocache/20afa965f9d4d53431c8c39e01a7ba34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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