Skip to content

Instantly share code, notes, and snippets.

@klonuo
Created November 8, 2012 20:24
Show Gist options
  • Save klonuo/77015497439d133b2d74 to your computer and use it in GitHub Desktop.
Save klonuo/77015497439d133b2d74 to your computer and use it in GitHub Desktop.
LLVM version = 3.2
Generate intrinsic IDs
No CUDA support
running build
running build_py
copying llvm\_intrinsic_ids.py -> build\lib.win32-2.7\llvm
running build_ext
building 'llvm._core' extension
c:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DLLVM_DISABLE_PTX -I/usr/include -IC:\Programs\llvm\include -IC:\Python27\include -IC:\Python27\PC /Tpllvm/_core.cpp /Fobuild\temp.win32-2.7\Release\llvm/_core.obj
_core.cpp
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\xlocale(323) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Programs\llvm\include\llvm/Support/MathExtras.h(257) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/Support/MathExtras.h(284) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/Support/MathExtras.h(419) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/Attributes.h(316) : warning C4800: 'const void *' : forcing value to bool 'true' or 'false' (performance warning)
C:\Programs\llvm\include\llvm/DerivedTypes.h(120) : warning C4800: 'unsigned int' : forcing value to bool 'true' or 'false' (performance warning)
C:\Programs\llvm\include\llvm/Instructions.h(871) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(882) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1383) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1393) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1940) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1950) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(3046) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(3057) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/ADT/APInt.h(428) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(499) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(502) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1086) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1090) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1115) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1118) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
llvm/_core.cpp(677) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
llvm/_core.cpp(677) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
llvm/_core.cpp(1452) : warning C4244: '=' : conversion from 'unsigned __int64' to 'size_t', possible loss of data
c:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DLLVM_DISABLE_PTX -I/usr/include -IC:\Programs\llvm\include -IC:\Python27\include -IC:\Python27\PC /Tpllvm/wrap.cpp /Fobuild\temp.win32-2.7\Release\llvm/wrap.obj
wrap.cpp
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\xlocale(323) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Programs\llvm\include\llvm/Support/MathExtras.h(257) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/Support/MathExtras.h(284) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/Support/MathExtras.h(419) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/Attributes.h(316) : warning C4800: 'const void *' : forcing value to bool 'true' or 'false' (performance warning)
C:\Programs\llvm\include\llvm/DerivedTypes.h(120) : warning C4800: 'unsigned int' : forcing value to bool 'true' or 'false' (performance warning)
C:\Programs\llvm\include\llvm/Instructions.h(871) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(882) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1383) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1393) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1940) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1950) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(3046) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(3057) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/ADT/APInt.h(428) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(499) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(502) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1086) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1090) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1115) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1118) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
c:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DLLVM_DISABLE_PTX -I/usr/include -IC:\Programs\llvm\include -IC:\Python27\include -IC:\Python27\PC /Tpllvm/extra.cpp /Fobuild\temp.win32-2.7\Release\llvm/extra.obj
extra.cpp
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\xlocale(323) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Programs\llvm\include\llvm/Support/MathExtras.h(257) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/Support/MathExtras.h(284) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/Support/MathExtras.h(419) : warning C4146: unary minus operator applied to unsigned type,
result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(428) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(499) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(502) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1086) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1090) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1115) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/ADT/APInt.h(1118) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
C:\Programs\llvm\include\llvm/DerivedTypes.h(120) : warning C4800: 'unsigned int' : forcing value to bool 'true' or 'false' (performance warning)
C:\Programs\llvm\include\llvm/Attributes.h(316) : warning C4800: 'const void *' : forcing value to bool 'true' or 'false' (performance warning)
C:\Programs\llvm\include\llvm/Instructions.h(871) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(882) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1383) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1393) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1940) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(1950) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(3046) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Instructions.h(3057) : warning C4355: 'this' : used in base member initializer list
C:\Programs\llvm\include\llvm/Support/Host.h(29) : warning C4800: 'char' : forcing value to bool 'true' or 'false' (performance warning)
C:\Programs\llvm\include\llvm/IntrinsicInst.h(132) : warning C4244: 'return' : conversion from 'uint64_t' to 'unsigned int', possible loss of data
C:\Programs\llvm\include\llvm/Transforms/Utils/Cloning.h(123) : warning C4800: 'llvm::ClonedCodeInfo *' : forcing value
to bool 'true' or 'false' (performance warning)
llvm/extra.cpp(167) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(257) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(398) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(403) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(408) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(413) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(418) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(647) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
llvm/extra.cpp(703) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(723) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
llvm/extra.cpp(734) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(749) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(995) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
llvm/extra.cpp(1027) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(1050) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(1067) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(1112) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
C:\Programs\llvm\include\llvm/Analysis/Dominators.h(372) : warning C4800: 'const llvm::DomTreeNodeBase<NodeT> *' : forcing value to bool 'true' or 'false' (performance warning)
with
[
NodeT=llvm::BasicBlock
]
C:\Programs\llvm\include\llvm/Analysis/Dominators.h(371) : while compiling class template member function 'bool
llvm::DominatorTreeBase<NodeT>::isReachableFromEntry(const llvm::DomTreeNodeBase<NodeT> *) const'
with
[
NodeT=llvm::BasicBlock
]
C:\Programs\llvm\include\llvm/Analysis/Dominators.h(719) : see reference to class template instantiation 'llvm::DominatorTreeBase<NodeT>' being compiled
with
[
NodeT=llvm::BasicBlock
]
llvm/extra.cpp(126) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(238) : see declaration of 'strdup'
llvm/extra.cpp(762) : see reference to function template instantiation 'char *do_print<LLVMTypeRef,llvm::Type>(W)' being compiled
with
[
W=LLVMTypeRef
]
c:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH: /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild LLVMAnalysis.lib LLVMAsmParser.lib LLVMAsmPrinter.lib LLVMBitReader.lib LLVMBitWriter.lib LLVMCodeGen.lib LLVMCore.lib LLVMExecutionEngine.lib LLVMInstCombine.lib LLVMInstrumentation.lib LLVMInterpreter.lib LLVMipa.lib LLVMipo.lib LLVMJIT.lib LLVMLinker.lib LLVMMC.lib LLVMMCParser.lib LLVMScalarOpts.lib LLVMSelectionDAG.lib LLVMSupport.lib LLVMTarget.lib LLVMTransformUtils.lib LLVMVectorize.lib LLVMX86AsmParser.lib LLVMX86AsmPrinter.lib LLVMX86CodeGen.lib LLVMX86Desc.lib LLVMX86Info.lib LLVMX86Utils.lib Advapi32.lib Shell32.lib /EXPORT:init_core build\temp.win32-2.7\Release\llvm/_core.obj build\temp.win32-2.7\Release\llvm/wrap.obj build\temp.win32-2.7\Release\llvm/extra.obj /OUT:build\lib.win32-2.7\llvm\_core.pyd /IMPLIB:build\temp.win32-2.7\Release\llvm\_core.lib /MANIFESTFILE:build\temp.win32-2.7\Release\llvm\_core.pyd.manifest /MANIFEST
Microsoft (R) Incremental Linker Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : fatal error LNK1146: no argument specified with option '/LIBPATH:'
error: command '"c:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.exe"' failed with exit status 1146
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment