summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/make/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [test] Do not link -ldl on NetBSDMichal Gorny2019-02-211-0/+9
* Move -fcxx-modules to MANDATORY_MODULE_BUILD_CFLAGS (NFC)Adrian Prantl2019-02-201-3/+4
* [lldbsuite] Build with -gdwarf on WindowsStella Stamenova2018-11-291-0/+6
* [lldbsuite] Invoke sed on Windows to determine the cache dir for clangStella Stamenova2018-11-191-30/+31
* Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner2018-11-181-2/+2
* Just don't even attempt to invoke sed on Windows.Adrian Prantl2018-11-171-0/+5
* Revert "Makefile.rules: Fix the windows-sed-quoting issue harder."Adrian Prantl2018-11-171-11/+11
* Makefile.rules: Fix the windows-sed-quoting issue harder.Adrian Prantl2018-11-171-9/+11
* Makefile.rules: Degrade gracefully on Windows machines without sed.Adrian Prantl2018-11-161-6/+3
* Makefile.rules: Use a shared clang module cache directory.Adrian Prantl2018-11-161-1/+9
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-151-2/+2
* Force SHELL to be cmd.exe on Windows for the test suiteNathan Lanza2018-11-151-0/+11
* Makefile.rules: Don't use code signing on macOS; it isn't necessary.Adrian Prantl2018-10-311-2/+3
* Tiny testsuite tweaks. Don't run the apple simulatorJason Molenda2018-10-161-0/+7
* Enable C++ tests to run in the -gmodules configuration on Darwin.Adrian Prantl2018-10-011-0/+4
* Makefile.rules: Use an absolute path to the module cache directory.Adrian Prantl2018-08-211-1/+2
* Android.rules: Use libc++ by defaultPavel Labath2018-06-221-1/+1
* [lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and w...Aaron Smith2018-04-241-5/+5
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-121-2/+2
* 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
* 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
* Centralize libc++ test skipping logicPavel Labath2017-03-291-15/+13
* 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
OpenPOWER on IntegriCloud