Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb] Update hardcoded Makefile.rules inclusions. | Jordan Rupprecht | 2019-12-05 | 1 | -2/+1 |
| | | | | | | This replaces `include $(LEVEL)/Makefile.rules` with `include Makefile.rules`. The lldb test driver already passes the include path when running make, and specifically looking for "../../Makefile.rules" forces the test to be in a specific location. Removing this hardcoded relative path will make it possible to move this test as-is. | ||||
* | [lldb] [test] Add NetBSD to XFAIL list for thread_local test | Michal Gorny | 2019-09-25 | 1 | -1/+2 |
| | | | | llvm-svn: 372840 | ||||
* | [lldb][NFC] Add a simple test for thread_local storage. | Raphael Isemann | 2019-09-04 | 3 | -0/+25 |
Seems we fail to read TLS data on Linux, so the test only runs on macOS for now. We will see how this test runs on the BSD bots. llvm-svn: 370848 |