aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dimitry@andric.com>2016-07-31 19:27:46 +0000
committerDimitry Andric <dimitry@andric.com>2016-07-31 19:27:46 +0000
commit75534e23d000a754e79b083480f8306a5e2a430d (patch)
treedabcf4dde8e2c564c8e7cdd1dd2eef371f8ec569 /llvm/lib/Object/COFFObjectFile.cpp
parent1c0aa04e7ee73046d43091510ab674605d2d8b7d (diff)
downloadllvm-75534e23d000a754e79b083480f8306a5e2a430d.zip
llvm-75534e23d000a754e79b083480f8306a5e2a430d.tar.gz
llvm-75534e23d000a754e79b083480f8306a5e2a430d.tar.bz2
XFAIL one sanitizer symbolizer test for FreeBSD
Summary: Due to a QoI issuse in FreeBSD's libcxxrt-based demangler, one sanitizer symbolizer test consistently appears to fail: Value of: DemangleSwiftAndCXX("foo") Actual: "float" Expected: "foo" This is because libcxxrt's __cxa_demangle() incorrectly demangles the "foo" identifier to "float". It should return an error instead. For now, XFAIL this particular test for FreeBSD, until we can fix libcxxrt properly (which might take some time to coordinate with upstream). Reviewers: rnk, zaks.anna, emaste Subscribers: emaste, llvm-commits, kubabrecka Differential Revision: https://reviews.llvm.org/D23001 llvm-svn: 277297
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions