summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/make
Commit message (Expand)AuthorAgeFilesLines
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-081-0/+5
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-20/+21
* Use test-specific module caches to avoid stale header conflictsVedant Kumar2018-01-251-5/+7
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-041-1/+2
* Add float/vector registers for ppc64lePavel Labath2017-11-031-0/+3
* Android.rules: build with "unified android headers"Pavel Labath2017-10-311-3/+5
* Makefile.rules: move CFLAGS_EXTRAS to the end of compile linePavel Labath2017-10-251-5/+5
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-1/+19
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-1/+1
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-1/+1
* Revert "Android.rules: build x86 tests with -mstackrealign"Pavel Labath2017-07-061-4/+0
* Android.rules: build x86 tests with -mstackrealignPavel Labath2017-06-291-0/+4
* Android.rules: set "ar" path correctlyPavel Labath2017-05-021-0/+1
* Android.rules: setup correct objcopy pathPavel Labath2017-04-121-4/+12
* Centralize libc++ test skipping logicPavel Labath2017-03-294-47/+34
* Android.rules: Add libc++ supportPavel Labath2017-03-132-10/+26
* Make the LLDB test suite work with MSVC 2017 on Windows.Zachary Turner2017-03-091-4/+6
* Android.rules: fix computation of gcc toolchain directory on armPavel Labath2017-03-081-11/+11
* Android.rules: add support for clang compilerPavel Labath2017-03-072-16/+45
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-031-8/+0
* Android.rules: fix building on macPavel Labath2017-03-031-1/+0
* Android.rules: fix building on windowsPavel Labath2017-03-031-1/+1
* testsuite/android: build test executables with the android ndk directlyPavel Labath2017-03-032-7/+53
* Re-landing a cleaned up implementation of r284550Chris Bieneman2016-10-201-18/+24
* Revert back to the state before r284550Chris Bieneman2016-10-191-33/+18
* Trying to fix a few more missing LDFLAGS.Chris Bieneman2016-10-191-0/+6
* Fixing the linux bots I broke in r284550Chris Bieneman2016-10-191-3/+9
* Use clang --driver-mode instead of guessing c++ compiler pathChris Bieneman2016-10-181-18/+21
* Force c++14 when running tests on Windows.Zachary Turner2016-09-131-0/+1
* Revert "Fix tests on Windows."Zachary Turner2016-09-061-2/+2
* Fix tests on Windows.Zachary Turner2016-09-061-2/+2
* Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPYOmair Javaid2016-08-171-22/+27
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+6
* Revert rL277429: Correct makefile.rules to use toolchain specific AR and OBJCOPYOmair Javaid2016-08-021-17/+18
* Correct makefile.rules to use toolchain specific AR and OBJCOPYOmair Javaid2016-08-021-18/+17
* [test] [linux] define PR_SET_PTRACER constants if the system does not provide...Pavel Labath2016-07-141-3/+8
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-261-2/+7
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-122-1/+9
* Fix race in TestExitDuringStep and unify pseudo_barrier handlingPavel Labath2016-05-101-0/+23
* Adds a test to detect when clang omits specialized generic types from debug i...Kate Stone2016-04-191-0/+24
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+4
* Remove CRLF line endings from test_common.hPavel Labath2016-01-111-44/+44
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-111-0/+25
* [TestCPPAuto] On linux, we need -fno-limit-debug-info.Siva Chandra2015-12-191-0/+2
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-1/+3
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-151-1/+1
* [LLDB][MIPS] Change ARCHFLAG for MIPSJaydeep Patil2015-12-011-0/+3
* Disable forcing -marm (A32 instruction set) while running testsuite on arm ta...Omair Javaid2015-11-241-0/+4
OpenPOWER on IntegriCloud