Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 823c169

Browse files
committed
Build TaskQueueTest in threads=on builds, fixes regression from r335608.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335724 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 0093dbb commit 823c169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unittests/Support/TaskQueueTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//
88
//===----------------------------------------------------------------------===//
99

10+
#include "llvm/Config/llvm-config.h"
11+
1012
#if LLVM_ENABLE_THREADS
1113

1214
#include "llvm/Support/TaskQueue.h"

0 commit comments

Comments
 (0)