[LLVMbugs] [Bug 21880] New: [ASan/Win] -MD is broken
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 11 05:25:57 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21880
Bug ID: 21880
Summary: [ASan/Win] -MD is broken
Product: compiler-rt
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
Assignee: unassignedbugs at nondot.org
Reporter: timurrrr at google.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
$ cat test.cpp
#include <stdio.h>
int main() {
printf("hello\n");
}
$ clang-cl -MD -fsanitize=address test.cpp
$ test.exe
-> shows a message box saying
"The program can't start because clang_rt.asan_dynamic-i386.dll is missing from
your computer. Try reinstalling the program to fix this problem."
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141211/43d4e4f1/attachment.html>
More information about the llvm-bugs
mailing list