<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [ASan/Win] Platform neutral lit tests use the static runtimes instead of the dynamic runtimes"
href="https://llvm.org/bugs/show_bug.cgi?id=30802">30802</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[ASan/Win] Platform neutral lit tests use the static runtimes instead of the dynamic runtimes
</td>
</tr>
<tr>
<th>Product</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>rnk@google.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>The Windows-specific tests manually pass /MD to clang-cl:
if config.asan_dynamic:
clang_cl_asan_cxxflags.append("-MD")
The platform-neutral tests outside of TestCases/Windows don't use the
%clang_cl_asan substitution, though. More than that, Clang doesn't expose an
equivalent of /MD from the GCC-style driver. It exposes -nostdlib, but that
seems like too big of a hammer.
Anyway, we should do something to get more coverage of the dynamic ASan RTL
with the dynamic CRT.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>