Displaying 8 results from an estimated 8 matches for "backtrace_test".
Did you mean:
backtrace_get
2014 Oct 27
4
[LLVMdev] Libcxx buildbot
...t need to use soft divide) and link flags + compiler-rt
dependency to lit (so it won't fail with __aeabi_* symbols missing).
Most problems should be all fixed once we reload the configuration in
the build master.
Right now, there's only one failure remaining, which I'm investigating.
backtrace_test.cpp:59: int main(): Assertion `nothrow_ntraced > 1' failed.
cheers,
--renato
2014 Oct 27
2
[LLVMdev] Libcxx buildbot
...outside of LIT and run manually.
On Oct 27, 2014 11:41 AM, "Jonathan Roelofs" <jonathan at codesourcery.com>
wrote:
>
>
> On 10/27/14 11:39 AM, Renato Golin wrote:
> > Right now, there's only one failure remaining, which I'm investigating.
> >
> > backtrace_test.cpp:59: int main(): Assertion `nothrow_ntraced > 1'
> failed.
> See also:
> http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-October/039746.html
> >
> > cheers,
> > --renato
> >
>
> --
> Jon Roelofs
> jonathan at codesourcery.com
> CodeSourcery...
2015 Jul 22
3
[LLVMdev] [cfe-dev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
...Sanitizer-mips-linux :: TestCases/Linux/kernel-area.cc
AddressSanitizer-mips-linux :: TestCases/Posix/coverage-direct-large.cc
UBSan-ASan-mips :: TestCases/Float/cast-overflow.cpp
UBSan-Standalone-mips :: TestCases/Float/cast-overflow.cpp
libc++abi :: backtrace_test.pass.cpp
libc++abi :: test_demangle.pass.cpp
On little-endian Mips32r2:
AddressSanitizer-mips-linux :: TestCases/Linux/kernel-area.cc
libc++abi :: backtrace_test.pass.cpp
libc++abi :: test_demangle.pass.cpp
Jaydeep Patil and Nitesh Jain have shown m...
2015 Jul 22
0
[LLVMdev] [cfe-dev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
...:: TestCases/Linux/kernel-area.cc
> AddressSanitizer-mips-linux :: TestCases/Posix/coverage-direct-large.cc
> UBSan-ASan-mips :: TestCases/Float/cast-overflow.cpp
> UBSan-Standalone-mips :: TestCases/Float/cast-overflow.cpp
> libc++abi :: backtrace_test.pass.cpp
> libc++abi :: test_demangle.pass.cpp
>
> On little-endian Mips32r2:
> AddressSanitizer-mips-linux :: TestCases/Linux/kernel-area.cc
> libc++abi :: backtrace_test.pass.cpp
> libc++abi :: test_demangle.pass.cpp
>
> Jayd...
2015 Jul 16
23
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
Dear testers,
3.7.0-rc1 was just tagged; please start your testing engines :-)
Upload binaries to the sftp and report your results to this thread.
I'm sorry for the delay between branching and tagging. The changes to
the release script took a little longer than I hoped.
Thanks for helping with the release, and do let me know of any issues,
questions, etc.
The tracking bug for release
2015 Jul 15
10
[LLVMdev] [3.7 Release] We have branched
Hi all,
The 3.7 release branch was created from trunk at r242221 today (around
10:40 pm UTC).
Branch policy:
- Any doc changes can go in. Updates to the release notes are highly
encouraged, and should be committed directly to the branch.
- All other patches should be approved by the release manager (me) and
the appropriate code owner. To get a change merged, commit it to
trunk, and then reply
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote:
>>
>> I try to build libc++ and libc++abi for host x86_64(linux) and target
>> arm(linux) but fail.
>>
>
> Failing in what way? If this isn't working out of the box, we've done
> something wrong.
Yeah, it would help to know more specifics about where you're getting stuck.
>
> jroelofs might know more...
For
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...++/v1/./csignal
> -- Installing: /home/cschen/test/libcxx-scripts/out-arm/lib/libc++.so.1.0
> -- Installing: /home/cschen/test/libcxx-scripts/out-arm/lib/libc++.so.1
> -- Installing: /home/cschen/test/libcxx-scripts/out-arm/lib/libc++.so
> /home/cschen/test/libcxx-scripts/libcxxabi/test/backtrace_test.cpp
> /home/cschen/test/libcxx-scripts/out-arm/lib/libc++abi.so: undefined
> reference to `_Unwind_VRS_Interpret'
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
>
>
> cschen
>
>
> Jonathan Roelofs <jonathan at codesourcery....