[lldb][NFC] Add a simple test for thread_local storage.
authorRaphael Isemann <teemperor@gmail.com>
Wed, 4 Sep 2019 08:02:52 +0000 (08:02 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 4 Sep 2019 08:02:52 +0000 (08:02 +0000)
commit7479b9cb0e00e417282d29969f30e30cb5c44f8e
tree20f81d963b353f067b4d3b571918bb3c02f2fedb
parent5d5150f0b490c0d90a5284cb0e37571195aee1ac
[lldb][NFC] Add a simple test for thread_local storage.

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
lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/TestThreadLocal.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/main.cpp [new file with mode: 0644]