projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
773e5df
)
[lldb][test] Fix vCont-threads/main.cp for -std=c++11
author
Fangrui Song
<i@maskray.me>
Fri, 24 Feb 2023 23:08:24 +0000
(15:08 -0800)
committer
Fangrui Song
<i@maskray.me>
Fri, 24 Feb 2023 23:08:24 +0000
(15:08 -0800)
lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
patch
|
blob
|
history
diff --git
a/lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
b/lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
index
ffc1489
..
28890dc
100644
(file)
--- a/
lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
+++ b/
lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
@@
-14,7
+14,7
@@
pseudo_barrier_t barrier;
std::mutex print_mutex;
-std::atomic<bool> can_work
= false
;
+std::atomic<bool> can_work;
thread_local volatile sig_atomic_t can_exit_now = false;
static void sigint_handler(int signo) {}