[cfe-dev] [3.8 Release] RC1 has been tagged

Ismail Donmez via cfe-dev cfe-dev at lists.llvm.org
Wed Jan 20 02:15:57 PST 2016


Hi,

On Wed, Jan 20, 2016 at 1:47 AM, Hans Wennborg via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> Dear testers,
>
> Start your engines; 3.8.0-rc1 was just tagged from the 3.8 branch at
> r258223. (It took a little longer than I'd planned, sorry about that.)
>
> There are still a bunch of open merge requests and bug reports, but I
> wanted to get the tag in so we can see what the build and test status
> are on the various platforms.
>
> I verified that it currently builds and tests cleanly for me on x86_64
> Linux, Mac OS X* and Windows.

Doesn't looks good here, stage2 build crashes:

 [8/2948] Building CXX object
lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o
 FAILED: /home/abuild/rpmbuild/BUILD/llvm-3.8.0/stage1/bin/clang++
-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -Ilib/Support -I../lib/Support -Iinclude
-I../include -fPIC -fvisibility-inlines-hidden -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wmissing-field-initializers -pedantic -Wno-long-long
-Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor
-std=c++11 -ffunction-sections -fdata-sections -O2 -g -DNDEBUG -fPIC
 -fno-exceptions -MMD -MT
lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o -MF
lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o.d -o
lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o -c
../lib/Support/APFloat.cpp
 0  clang-3.8       0x0000000001093285
llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 37
 1  clang-3.8       0x00000000010912d6 llvm::sys::RunSignalHandlers() + 54
 2  clang-3.8       0x00000000010914d5
 3  libpthread.so.0 0x00007fd59dbdc890
 4  clang-3.8       0x0000000000ad0578
 5  clang-3.8       0x0000000000da8afa
llvm::FPPassManager::runOnFunction(llvm::Function&) + 634
 6  clang-3.8       0x0000000000da8e5b
llvm::FPPassManager::runOnModule(llvm::Module&) + 43
 7  clang-3.8       0x0000000000da9150
llvm::legacy::PassManagerImpl::run(llvm::Module&) + 720
 8  clang-3.8       0x0000000001199043
clang::EmitBackendOutput(clang::DiagnosticsEngine&,
clang::CodeGenOptions const&, clang::TargetOptions const&,
clang::LangOptions const&, llvm::StringRef, llvm::Module*,
clang::BackendAction, llvm::raw_pwrite_stream*) + 3475
 9  clang-3.8       0x0000000001679f7a
 10 clang-3.8       0x00000000019457fb
clang::ParseAST(clang::Sema&, bool, bool) + 571
 11 clang-3.8       0x0000000001425f0e clang::FrontendAction::Execute() + 286
 12 clang-3.8       0x00000000014058c5
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) +
245
 13 clang-3.8       0x00000000014a18e1
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 1969
 14 clang-3.8       0x0000000000826420 cc1_main(llvm::ArrayRef<char
const*>, char const*, void*) + 1920
 15 clang-3.8       0x00000000007febdd main + 4589
 16 libc.so.6       0x00007fd59cd97b05 __libc_start_main + 245
 17 clang-3.8       0x0000000000822c44


Note that initial 3.8 branch from r257891 was fine so it should be due
the latest llvm merges (nothing else changes as far as I can see).
Reporting here too in case someone else sees it.

Regards,
ismail



More information about the cfe-dev mailing list