We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b793d67 commit f199384Copy full SHA for f199384
lit.cfg
@@ -137,7 +137,7 @@ lit_config.note("testing package: %r" % (package_path,))
137
# used when testing.
138
llvm_bin_dir = lit_config.params.get("llvm-bin-dir")
139
if llvm_bin_dir is None:
140
- lit_config.fatal("'--param llvm_bin_dir=PATH' is required")
+ lit_config.fatal("'--param llvm-bin-dir=PATH' is required")
141
filecheck_path = os.path.join(llvm_bin_dir, 'FileCheck')
142
readelf_path = os.path.join(llvm_bin_dir, 'llvm-readelf')
143
lit_config.note("testing using 'FileCheck': %r" % (filecheck_path,))
0 commit comments