http://llvm.org/bugs/show_bug.cgi?id=17689

            Bug ID: 17689
           Summary: [-cxx-abi microsoft] static const integers initialized
                    in a class should be linkonce_odr
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

MSVC emits static const integral class members in COMDATs, and the linker will
complain if clang requires users to provide a strong definition in a .cpp file.
 Therefore we have to implement this extension in order to be ABI compatible
with MSVC.

-- 
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