- Nov 16, 2017
-
-
Zachary Turner authored
This was reverted due to some failures on specific darwin buildbots, the issue being that the new lit configuration was not setting the SDKROOT environment variable. We've tested a fix locally and confirmed that it works, so this patch resubmits everything with the fix applied. llvm-svn: 318435
-
- Nov 14, 2017
-
-
Zachary Turner authored
This reverts the aforementioned patch and 2 subsequent follow-ups, as some buildbots are still failing 2 tests because of it. Investigation is ongoing into the cause of the failures. llvm-svn: 318112
-
- Nov 10, 2017
-
-
Zachary Turner authored
Previously, debuginfo-tests was expected to be checked out into clang/test and then the tests would automatically run as part of check-clang. This is not a standard workflow for handling external projects, and it brings with it some serious drawbacks such as the inability to depend on things other than clang, which we will need going forward. The goal of this patch is to migrate towards a more standard workflow. To ease the transition for build bot maintainers, this patch tries not to break the existing workflow, but instead simply deprecate it to give maintainers a chance to update the build infrastructure. Differential Revision: https://reviews.llvm.org/D39605 llvm-svn: 317925
-
- Sep 19, 2017
-
-
Mike Edwards authored
http://green.lab.llvm.org/green/job/clang-stage1-configure-RA_check/35585/ llvm-svn: 313634
-
Hans Wennborg authored
It relied on r313400 which was reverted in r313589. llvm-svn: 313600
-
- Sep 15, 2017
-
-
Reid Kleckner authored
It should pass in -O0 and -O1 after r313400 and r313399. llvm-svn: 313401
-
- Sep 08, 2017
-
-
Paul Robinson authored
llvm-svn: 312803
-
- Aug 31, 2017
-
-
Reid Kleckner authored
Summary: Split asan.c into asan.c and asan-blocks.c, which will be darwin-specific. I suspect we could make it pass on Linux by adding cmake to build BlocksRuntime from compiler-rt, but I'm not shaving that yak yet. asan.c and safestack.c: GDB and LLDB appear to print aggregates differently today. Print individual elements instead of the entire aggregate. dbg-arg.c: GDB doesn't appear to print leading zeros when printing pointers. stack-var.c: Add the optnone attribute so that LLVM won't optimize away this no-op function call. This should be a cross-platform failure observable on Mac, so this is surprising. Reviewers: aprantl, dblaikie Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D37344 llvm-svn: 312265
-
- May 25, 2017
-
-
Adrian Prantl authored
This tests optimized code where a variable is allocated on the stack for some part of the function. llvm-svn: 303903
-
- Apr 17, 2017
-
-
Adrian Prantl authored
llvm-svn: 300469
-
Adrian Prantl authored
This reapplies commit r299730 with an additional REQUIRES line. llvm-svn: 300468
-
Adrian Prantl authored
This reapplies commit r300228. llvm-svn: 300467
-
Adrian Prantl authored
This reapplies r299731 and adds an appropriate REQUIRES line. llvm-svn: 300466
-
Ahmed Bougacha authored
This reverts commit r299730. It's causing failures on a bot because of missing compiler-rt: http://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan_check llvm-svn: 300460
-
Ahmed Bougacha authored
This reverts commit r299731. It's causing failures on a bot because of missing compiler-rt: http://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan_check llvm-svn: 300459
-
Ahmed Bougacha authored
This reverts commit r300228. It's causing failures on a bot because of missing compiler-rt: http://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan_check llvm-svn: 300458
-
- Apr 13, 2017
-
-
Adrian Prantl authored
llvm-svn: 300228
-
- Apr 07, 2017
-
-
Adrian Prantl authored
llvm-svn: 299731
-
Adrian Prantl authored
llvm-svn: 299730
-
- Apr 06, 2017
-
-
Adrian Prantl authored
When this testcase was migrated from IR to source the DEBUGGER commands were not migrated together with the rest of the testcase. It was also compiling without debug info. Make the testcase slightly less useless by adding them back in :-) llvm-svn: 299673
-
Adrian Prantl authored
VLAs are special-cased in the frontend. This testcase ensures that the contract between clang and llvm won't be accidentally broken by future refactorings. llvm-svn: 299668
-
- Oct 19, 2014
-
-
Filipe Cabecinhas authored
clang tests were breaking, at least when compiling clang only, from an installed llvm. Make the lit.cfg script deal with the case when we don't have a host_triple available. llvm-svn: 220152
-
- Oct 17, 2014
-
-
Filipe Cabecinhas authored
Since these tests expect a working debugger, always compile them for the host triple, assuming a working debugger is present. This enables us to compile and run them, even when clang is, by default, a cross-compiler (but can still target the host). llvm-svn: 219992
-
- Oct 13, 2014
-
-
Adrian Prantl authored
llvm-svn: 219623
-
Adrian Prantl authored
- raise without arguments is preserving the backtrace - move the call to terminate lldb to the exit handler llvm-svn: 219618
-
- Oct 10, 2014
-
-
Adrian Prantl authored
rdar://problem/18577039 llvm-svn: 219451
-
- Mar 20, 2014
-
-
Adrian Prantl authored
llvm-svn: 204280
-
- Mar 12, 2014
-
-
Adrian Prantl authored
This reverts commit 203504. We decided that it is better to disable this test on a per-buildbot basis in zorg rather than everywhere on Darwin. llvm-svn: 203627
-
- Mar 10, 2014
-
-
Adrian Prantl authored
older versions of LLDB. llvm-svn: 203504
-
- Mar 08, 2014
-
-
Adrian Prantl authored
Some of the buildbots need to be upgraded to a more recen version of dwarfdump first. Reverting for now. llvm-svn: 203338
-
Adrian Prantl authored
the buildbots can take it. llvm-svn: 203327
-
Adrian Prantl authored
llvm-svn: 203326
-
-
- Feb 27, 2014
-
-
Adrian Prantl authored
llvm-svn: 202415
-
Adrian Prantl authored
llvm-svn: 202319
-
- Feb 21, 2014
-
-
Adrian Prantl authored
versions of LLDB. llvm-svn: 201828
-
- Feb 20, 2014
-
-
Adrian Prantl authored
llvm-svn: 201806
-
- Sep 19, 2013
-
-
Adrian Prantl authored
llvm-svn: 190969
-
Adrian Prantl authored
llvm-svn: 190967
-
- Sep 07, 2013
-
-
Adrian Prantl authored
the kernel. llvm-svn: 190256
-