Displaying 2 results from an estimated 2 matches for "wmicrosoft".
Did you mean:
microsoft
2015 Jul 10
2
[LLVMdev] Windows interface for clang
On Fri, Jul 10, 2015 at 2:00 AM, Chandler Carruth <chandlerc at google.com>
wrote:
> This seems more relevant to cfe-dev.
>
Okay.
>
> You seem to be struggling with the need to name the binary 'cl.exe'. Last
> time I checked, we installed clang-cl.exe under that name in a specialized
> director specifically so you can use build systems relying on that name.
>
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...le included from C:/Users/clang/libunwind/src/UnwindCursor.hpp:67:
In file included from C:/Users/clang/libunwind/src/CompactUnwinder.hpp:19:
C:/Users/clang/libunwind/include\mach-o/compact_unwind_encoding.h:45:5:
warning: enumerator value is not representable in the underlying type 'int'
[-Wmicrosoft-enum-value]
UNWIND_IS_NOT_FUNCTION_START = 0x80000000,
^
C:/Users/clang/libunwind/src/libunwind.cpp:29:36: warning: redeclaration of
'unw_local_addr_space' should not add 'dllexport' attribute
[-Wdll-attribute-on-redeclaration]
_LIBUNWIND_EXPORT unw_addr_space_t un...