ASDenysPetrov reopened this revision.
ASDenysPetrov added a comment.
This revision is now accepted and ready to land.

Hi, @mati865
Currently I got an error while building with GCC10 on Win10.

  [2325/2656] Linking CXX shared library bin\libclang-cpp.dll
  FAILED: bin/libclang-cpp.dll lib/libclang-cpp.dll.a
  cmd.exe /C "cd . && D:\WORK\Utilities\MSYS2\mingw64\bin\c++.exe -Wa,-mbig-obj 
-Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings 
-Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long 
-Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess 
-Wno-redundant-move -Wno-noexcept-type -Wdelete-non-virtual-dtor 
-Wsuggest-override -Wno-comment -fno-common -Woverloaded-virtual 
-fno-strict-aliasing  -O2   -shared -o bin\libclang-cpp.dll 
-Wl,--out-implib,lib\libclang-cpp.dll.a 
-Wl,--major-image-version,0,--minor-image-version,0 
@tools\clang\tools\clang-shlib\CMakeFiles\clang-cpp.rsp  && cd ."
  
D:/WORK/Utilities/MSYS2/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
 error: export ordinal too large: 66444
  collect2.exe: error: ld returned 1 exit status
  [2328/2656] Building CXX object 
tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.obj
  ninja: build stopped: subcommand failed.

I've tryed this on two PCs. Could you, please, revise you solution. I'm not 
familiar with this part but this affects me (and I think other Win-people).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87547/new/

https://reviews.llvm.org/D87547

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to