Displaying 3 results from an estimated 3 matches for "format_object1".
2011 Oct 18
3
[LLVMdev] non-POD type with llvm-objdump
...t {
support::ulittle8_t BaseType;
support::ulittle8_t ComplexType;
} Type;
support::ulittle8_t StorageClass;
support::ulittle8_t NumberOfAuxSymbols;
};
and on PowerPC it generates errors like:
/Users/jabbey/src/llvm/include/llvm/Support/Format.h: In member function 'int llvm::format_object1<T>::snprint(char*, unsigned int) const [with T = llvm::support::detail::packed_endian_specific_integral<unsigned int, little, unaligned>]':
/Users/jabbey/src/llvm/tools/llvm-objdump/llvm-objdump.cpp:622: instantiated from here
/Users/jabbey/src/llvm/include/llvm/Support/Format.h:8...
2011 Oct 19
0
[LLVMdev] non-POD type with llvm-objdump
...> support::ulittle8_t ComplexType;
> } Type;
> support::ulittle8_t StorageClass;
> support::ulittle8_t NumberOfAuxSymbols;
> };
> and on PowerPC it generates errors like:
> /Users/jabbey/src/llvm/include/llvm/Support/Format.h: In member function
> 'int llvm::format_object1<T>::snprint(char*, unsigned int) const [with T =
> llvm::support::detail::packed_endian_specific_integral<unsigned int, little,
> unaligned>]':
> /Users/jabbey/src/llvm/tools/llvm-objdump/llvm-objdump.cpp:622:
> instantiated from here
> /Users/jabbey/src/llvm/include/...
2013 Jun 15
0
[LLVMdev] Cygwin, configure and make
...d=c++0x
and I get the following build error.
llvm[1]: Compiling BranchProbability.cpp for Release+Asserts build
In file included from
/cygdrive/c/OpenSource/llvm-3-3/lib/Support/BranchProbability.cpp:16:0:
/cygdrive/c/OpenSource/llvm-3-3/include/llvm/Support/Format.h: In member
function ‘int llvm::format_object1<T>::snprint(char*, unsigned int) const
[with T = double]’:
/cygdrive/c/OpenSource/llvm-3-3/lib/Support/BranchProbability.cpp:36:1:
instantiated from here
/cygdrive/c/OpenSource/llvm-3-3/include/llvm/Support/Format.h:88:49: error:
‘snprintf’ was not declared in this scope
/cygdrive/c/OpenSourc...