https://bugs.llvm.org/show_bug.cgi?id=44907
Bug ID: 44907
Summary: Build fails (llvm-ar) using MinGW 8.1
Product: Build scripts
Version: 10.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedb...@nondot.org
Reporter: cristian.a...@gmail.com
CC: llvm-bugs@lists.llvm.org
Blocks: 44555
You can see the error here:
https://github.com/cristianadam/llvm-project/runs/443996527?check_suite_focus=true
D:/a/llvm-project/llvm-project/llvm/tools/llvm-ar/llvm-ar.cpp: In function
'bool comparePaths(llvm::StringRef, llvm::StringRef)':
D:/a/llvm-project/llvm-project/llvm/tools/llvm-ar/llvm-ar.cpp:524:10: error:
'CompareStringOrdinal' was not declared in this scope
return CompareStringOrdinal(WPath1.data(), WPath1.size(), WPath2.data(),
^~~~~~~~~~~~~~~~~~~~
D:/a/llvm-project/llvm-project/llvm/tools/llvm-ar/llvm-ar.cpp:524:10: note:
suggested alternative: 'CompareStringA'
return CompareStringOrdinal(WPath1.data(), WPath1.size(), WPath2.data(),
^~~~~~~~~~~~~~~~~~~~
CompareStringA
I have a build fix at: https://reviews.llvm.org/D74599
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=44555
[Bug 44555] [meta] 10.0.0 Release Blockers
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs