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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to