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 94f8a05 commit e9fa8feCopy full SHA for e9fa8fe
test/lit.cfg
@@ -236,7 +236,7 @@ elif platform.system() == 'Darwin':
236
if not llvm_libs_dir:
237
lit_config.fatal('No LLVM libs dir set.')
238
lto_flags = "-Xlinker -lto_library -Xlinker %s/libLTO.dylib" % llvm_libs_dir
239
- use_just_built_liblto = "LIBLTO_PATH=%s/libLTO.dylib" % llvm_libs_dir
+ use_just_built_liblto = "env LIBLTO_PATH=%s/libLTO.dylib" % llvm_libs_dir
240
241
config.substitutions.append( ('%lto_flags', lto_flags) )
242
config.substitutions.append( ('%use_just_built_liblto', use_just_built_liblto) )
0 commit comments