[llvm-bugs] [Bug 30319] New: asan/win: Two duplicate symbol linking errors

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 7 18:39:49 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30319

            Bug ID: 30319
           Summary: asan/win: Two duplicate symbol linking errors
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

https://build.chromium.org/p/tryserver.chromium.win/builders/win_upload_clang/builds/92/steps/package%20clang/logs/stdio

Search for "warning":

sanitizer_win.cc.obj : warning LNK4006: "void __cdecl __sanitizer::Abort(void)"
(?Abort at __sanitizer@@YAXXZ) already defined in sanitizer_common_nolibc.cc.obj;
second definition ignored

sanitizer_win.cc.obj : warning LNK4006: "void __cdecl
__sanitizer::SleepForSeconds(int)" (?SleepForSeconds at __sanitizer@@YAXH at Z)
already defined in sanitizer_common_nolibc.cc.obj; second definition ignored



That sounds bad(ish).

-- 
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/20160908/a2a28892/attachment.html>


More information about the llvm-bugs mailing list