[LLVMbugs] [Bug 22459] New: sanitizer_common and asan libraries fail to install
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 4 06:44:04 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22459
Bug ID: 22459
Summary: sanitizer_common and asan libraries fail to install
Product: compiler-rt
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
Assignee: unassignedbugs at nondot.org
Reporter: g.delest at free.fr
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Hello,
I attempt to install compiler-rt with the llvm tree, but it fails at the
librairies installations.
I'm using msbuild of Visual Studio 2012 (Win32). The command line is:
msbuild INSTALL.vcxproj /p:Configuration=Release /fileLogger
If I replace "$(Configuration)" by "${BUILD_TYPE}" in the generated
"cmake_install.cmake" files of the "projects/compiler-rt/lib/sanitier_common"
and "projects/compiler-rt/lib/asan" folders it works fine!
However this files a re-generated after each use of cmake.
Attachements:
- installation log file
- cmake_install.cmake of sanitizer_common
- usefull environment variables
- CMakeCache.txt
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150204/dbd31d65/attachment.html>
More information about the llvm-bugs
mailing list