diff options
| author | Mitch Phillips <mitchphillips@outlook.com> | 2019-02-26 18:41:55 +0000 |
|---|---|---|
| committer | Mitch Phillips <mitchphillips@outlook.com> | 2019-02-26 18:41:55 +0000 |
| commit | c0ffe705c5bf908e9eaeef4fc4d0ed3ad85811f1 (patch) | |
| tree | 314635de5bf22e1cae85e7f58c0ce795c47df2da /compiler-rt/test | |
| parent | 83899d1f39a3c29da18c7b0b4116ea17019d3f4a (diff) | |
| download | bcm5719-llvm-c0ffe705c5bf908e9eaeef4fc4d0ed3ad85811f1.tar.gz bcm5719-llvm-c0ffe705c5bf908e9eaeef4fc4d0ed3ad85811f1.zip | |
Fixed a minor merge error with this patch.
llvm-svn: 354908
Diffstat (limited to 'compiler-rt/test')
| -rw-r--r-- | compiler-rt/test/lit.common.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/lit.common.cfg b/compiler-rt/test/lit.common.cfg index 26e5f439559..bf3897e3eca 100644 --- a/compiler-rt/test/lit.common.cfg +++ b/compiler-rt/test/lit.common.cfg @@ -388,7 +388,7 @@ try: [os.path.join(config.llvm_tools_dir, 'llvm-config'), '--assertion-mode'], stdout = subprocess.PIPE, env=config.environment) -except OSError: +except OSError as e: print("Could not launch llvm-config in " + config.llvm_tools_dir) print(" Failed with error #{0}: {1}".format(e.errno, e.strerror)) exit(42) |

