Displaying 4 results from an estimated 4 matches for "addfilefn".
Did you mean:
addfile
2016 Oct 08
2
unable to compile llvm with gcc 4.7.4
...anning dependencies of target LLVMLTO
[ 53%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o
/tmp/pkgs/llvm/lib/LTO/Caching.cpp: In lambda function:
/tmp/pkgs/llvm/lib/LTO/Caching.cpp:74:7: error: looser throw specifier for 'virtual llvm::lto::localCache(std::string, llvm::lto::AddFileFn)::<lambda(unsigned int, llvm::StringRef)>::CacheStream::~CacheStream()'
In file included from /tmp/pkgs/llvm/include/llvm/LTO/Caching.h:18:0,
from /tmp/pkgs/llvm/lib/LTO/Caching.cpp:14:
/tmp/pkgs/llvm/include/llvm/LTO/LTO.h:271:11: error: overriding 'virtual llvm::l...
2016 Oct 17
2
Is GCC 4.7 still supported?
...re lists "GCC >=4.7.0" among requirements for building LLVM.
However, my attempt of building LLVM+Clang with gcc 4.7.3 has failed with a multitude of errors, such as:
lib/LTO/Caching.cpp:74:7: error: looser throw specifier for 'virtual llvm::lto::localCache(std::string, llvm::lto::AddFileFn)::<lambda(unsigned int, llvm::StringRef)>::CacheStream::~CacheStream()'
In file included from LTO/Caching.h:18:0,
from LTO/Caching.cpp:14:
LTO/LTO.h:271:11: error: overriding 'virtual llvm::lto::NativeObjectStream::~NativeObjectStream() noexcept (true)'
tools/c...
2016 Oct 10
2
unable to compile llvm with gcc 4.7.4
...TO
> > [ 53%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o
> > /tmp/pkgs/llvm/lib/LTO/Caching.cpp: In lambda function:
> > /tmp/pkgs/llvm/lib/LTO/Caching.cpp:74:7: error: looser throw specifier
> for 'virtual llvm::lto::localCache(std::string, llvm::lto::AddFileFn)::<lambda(unsigned
> int, llvm::StringRef)>::CacheStream::~CacheStream()'
> > In file included from /tmp/pkgs/llvm/include/llvm/LTO/Caching.h:18:0,
> > from /tmp/pkgs/llvm/lib/LTO/Caching.cpp:14:
> > /tmp/pkgs/llvm/include/llvm/LTO/LTO.h:271:11: error...
2016 Oct 17
3
Is GCC 4.7 still supported?
...;GCC >=4.7.0" among requirements for building LLVM.
> However, my attempt of building LLVM+Clang with gcc 4.7.3 has failed with a multitude of errors, such as:
>
> lib/LTO/Caching.cpp:74:7: error: looser throw specifier for 'virtual llvm::lto::localCache(std::string, llvm::lto::AddFileFn)::<lambda(unsigned int, llvm::StringRef)>::CacheStream::~CacheStream()'
> In file included from LTO/Caching.h:18:0,
> from LTO/Caching.cpp:14:
> LTO/LTO.h:271:11: error: overriding 'virtual llvm::lto::NativeObjectStream::~NativeObjectStream() noexcept (true...