[PATCH] D11071: Add Windows ARM targets for mingw and cygwin to clang

Yaron Keren yaron.keren at gmail.com
Mon Jul 13 23:15:22 PDT 2015


yaron.keren requested changes to this revision.
yaron.keren added a comment.
This revision now requires changes to proceed.

This does not compile against SVN. Please update and run tests.

  C:\llvm-clean\tools\clang\lib\Basic\Targets.cpp(4961): error C2011: '`anonymous-namespace'::MinGWARMTargetInfo' : 'class'

type redefinition [C:\llvm-clean\msvc\tools\clang\lib\Basic\clangBasic.vcxproj]

  C:\llvm-clean\tools\clang\lib\Basic\Targets.cpp(4979): error C2011: '`anonymous-namespace'::CygwinARMTargetInfo' : 'class'  type redefinition [C:\llvm-clean\msvc\tools\clang\lib\Basic\clangBasic.vcxproj]
  C:\llvm-clean\tools\clang\lib\Basic\Targets.cpp(7121): error C2027: use of undefined type '`anonymous-namespace'::CygwinAR MTargetInfo' [C:\llvm-clean\msvc\tools\clang\lib\Basic\clangBasic.vcxproj]
  C:\llvm-clean\tools\clang\lib\Basic\Targets.cpp(7123): error C2027: use of undefined type '`anonymous-namespace'::MinGWARM TargetInfo' [C:\llvm-clean\msvc\tools\clang\lib\Basic\clangBasic.vcxproj]


http://reviews.llvm.org/D11071







More information about the cfe-commits mailing list