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 a013898 commit d7a7e9fCopy full SHA for d7a7e9f
compiler-rt/test/asan/lit.cfg.py
@@ -281,7 +281,7 @@ def build_invocation(compile_flags, with_lto=False):
281
282
# Add the RT libdir to PATH directly so that we can successfully run the gtest
283
# binary to list its tests.
284
-if config.host_os == "Windows" and config.asan_dynamic:
+if config.host_os == "Windows":
285
os.environ["PATH"] = os.path.pathsep.join(
286
[config.compiler_rt_libdir, os.environ.get("PATH", "")]
287
)
0 commit comments