[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Fri Jun 27 10:31:19 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building cfe.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/1436
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 211910
Blamelist: benlangmuir,rnk
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/Driver/CLCompatOptions.td
lib/Driver/Tools.cpp
test/Driver/cl-eh.cpp
test/Driver/cl-fallback.c
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Fri 27 Jun 2014 10:16:37
Changed By: rnk
Comments: clang-cl: Map /EHs- to -fno-exceptions
This isn't 100% compatible with MSVC, but it's close enough. MSVC's /EH
flag doesn't really control exceptions so much as how to clean up after
an exception is thrown. The upshot is that cl.exe /EHs- will compile
try, throw, and catch statements with a warning, but clang-cl will
reject such constructs with a hard error. We can't compile such EH
constructs anyway, but this may matter to consumers of the AST.
Reviewers: hans
Differential Revision: http://reviews.llvm.org/D4317Properties:
File: unittests/libclang/LibclangTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Fri 27 Jun 2014 10:16:37
Changed By: benlangmuir
Comments: Add reparse test for libclang
Adapted from a reproducer by Dan Schmidt, thanks!Properties:
LOGS:
More information about the llvm-testresults
mailing list