search for: scalartrait

Displaying 4 results from an estimated 4 matches for "scalartrait".

Did you mean: scalartraits
2012 Dec 26
1
[LLVMdev] Compile error "YAMLTraits.cpp" for C++ member detector function
...1540-0700 (I) The previous message was produced while processing "struct llvm::yaml::has_SequenceTraits<const llvm::StringRef>". "/llvm/version2/llvm/lib/Support/YAMLTraits.cpp", line 589.6: 1540-0700 (I) The previous message was produced while processing "llvm::yaml::ScalarTraits<llvm::StringRef>::output(const StringRef &, void *, raw_ostream &)". Thanks Sunil Saggar -- ------------------- Thanks Sunil Saggar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121...
2018 Feb 25
0
Building llvm-5.0.1 on Solaris 10/sparc
...m/llvm-5.0.1-src I then invoke gmake and the build trundles along and stops as follows. [ 62%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o /home/nemo/opt/llvm/llvm-5.0.1.src/lib/ObjectYAML/MachOYAML.cpp: In static member function 'static void llvm::yaml::ScalarTraits<char [16]>::output(const char (&)[16], void*, llvm::raw_ostream&)': /home/nemo/opt/llvm/llvm-5.0.1.src/lib/ObjectYAML/MachOYAML.cpp:40:33: error: 'strnlen' was not declared in this scope auto Len = strnlen(&Val[0], 16); gmake[2]: *** [lib/ObjectYAML/CMakeFiles...
2012 Oct 23
0
[LLVMdev] Status of YAML IO?
...vm::raw_ostream&>()), char()); #else template <class U, class X> static __typeof__(U::output(std::declval<const X&>(), std::declval<llvm::raw_ostream&>()), char()) test(U& u, X& x); #endif public: static const bool value = (sizeof(test(std::declval<ScalarTraits<T>&>(), std::declval<T&>())) == 1); }; -Nick
2012 Oct 22
2
[LLVMdev] Status of YAML IO?
Hey Nick, what's the status on YAML IO? The other thread seems to have died. -- Sean Silva