https://llvm.org/bugs/show_bug.cgi?id=30255
Bug ID: 30255
Summary: Build clang for ARM target in Visual Studio 2015
failed
Product: Build scripts
Version: 3.8
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 17207
--> https://llvm.org/bugs/attachment.cgi?id=17207&action=edit
log from VStudio build console
Hi guys
I'm trying to build clang for ARM target using Cmake and Visual Studio 2015.
Cmake generates solution well with LLVM_TARGETS_TO_BUILD=ARM.
But during build process I've git following error:
222> Kaleidoscope-Ch8.vcxproj -> D:\llvm_arm\Debug\bin\Kaleidoscope-Ch8.exe
233>------ Skipped Build: Project: Kaleidoscope, Configuration: Debug Win32
------
233>Project not selected to build for this solution configuration
224>LINK : fatal error LNK1104: cannot open file 'LLVMX86CodeGen.lib'
232>LINK : fatal error LNK1104: cannot open file 'LLVMX86CodeGen.lib'
228> Building Custom Rule D:/llvm-nxp/CMakeLists.txt
228> CMake does not need to re-run because
D:\llvm_arm\CMakeFiles\generate.stamp is up-to-date.
234>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
234>Project not selected to build for this solution configuration
235>------ Skipped Build: Project: PACKAGE, Configuration: Debug Win32 ------
235>Project not selected to build for this solution configuration
========== Build: 224 succeeded, 3 failed, 0 up-to-date, 8 skipped ==========
Why it is trying to find LLVMX86CodeGen.lib while target is ARM ?
When I setup LLVM_TARGETS_TO_BUILD=X86;ARM - build process finishes without
error.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs