summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/make/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Android.rules: Add libc++ supportPavel Labath2017-03-131-2/+6
* Make the LLDB test suite work with MSVC 2017 on Windows.Zachary Turner2017-03-091-4/+6
* Android.rules: add support for clang compilerPavel Labath2017-03-071-16/+16
* testsuite/android: build test executables with the android ndk directlyPavel Labath2017-03-031-7/+10
* 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
* 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
* 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-121-1/+1
* 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
* [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
* Pass -fms-compatibility-version when building test inferiors.Zachary Turner2015-11-191-0/+3
* Updated a relative path in Makefile.rules to reflect the new testsuite location.Sean Callanan2015-11-101-1/+1
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-1/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+585
OpenPOWER on IntegriCloud