Skip to content

Commit 631d120

Browse files
committed
Apparently you need a special makefile flag to use threads on Linux.
This is a follow-up to https://reviews.llvm.org/D128776. (cherry picked from commit 38ca754)
1 parent 1fa1aab commit 631d120

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/functionalities/breakpoint/two_hits_one_actual

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CXX_SOURCES := main.cpp
2+
ENABLE_THREADS := YES
23

34
include Makefile.rules

0 commit comments

Comments
 (0)