[Lldb-commits] [PATCH] D13234: Use the correct Python lib for each build configuration generated by the Visual Studio CMake generator
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 2 14:48:40 PDT 2015
zturner added a comment.
Hi Vadim, when I run CMake with this change I get the following output:
[1/1] Re-running CMake...
- Warning: Did not find file Compiler/MSVC-ASM
- Target triple: i686-pc-win32
- Native target architecture is X86
- Threads enabled.
- Doxygen disabled.
- Sphinx disabled.
- Go bindings disabled.
- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION
OCAML_STDLIB_PATH)
- OCaml bindings disabled.
- Using Debug VC++ CRT: MDd
- Found PythonInterp: C:/Python27/python.exe (found version "2.7.8")
- Constructing LLVMBuild project information
- LLVMHello ignored -- Loadable modules not supported on this platform.
- Targeting AArch64
- Targeting AMDGPU
- Targeting ARM
- Targeting BPF
- Targeting CppBackend
- Targeting Hexagon
- Targeting Mips
- Targeting MSP430
- Targeting NVPTX
- Targeting PowerPC
- Targeting Sparc
- Targeting SystemZ
- Targeting X86
- Targeting XCore
- Clang version: 3.8.0
- SampleAnalyzerPlugin ignored -- Loadable modules not supported on this
platform.
- PrintFunctionNames ignored -- Loadable modules not supported on this
platform.
- LLD version: 3.8.0
- *Found PythonLibs:
$<$<CONFIG:Debug>:C:/Python27_LLDB/x86/libs/python27_d.lib>$<$<NOT:$<CONFIG:Debug>>:C:/Python27_LLDB/x86/libs/python27.lib>*
- LLDB version: 3.8.0
- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
- *Found PythonInterp:
$<$<CONFIG:Debug>:C:/Python27_LLDB/x86/python_d.exe>$<$<NOT:$<CONFIG:Debug>>:C:/Python27_LLDB/x86/python.exe>*
(found version "1.4")
This doesn't seem right to me. Can you take a look and fix this?
Repository:
rL LLVM
http://reviews.llvm.org/D13234
More information about the lldb-commits
mailing list