Skip to content

Commit e95962e

Browse files
author
kr-2003
committed
pid_t fix for windows
1 parent 6d52e8e commit e95962e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/Interpreter/RemoteJITUtils.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
using namespace llvm;
3434
using namespace llvm::orc;
3535

36+
#if LLVM_ON_UNIX
3637
static std::vector<pid_t> LaunchedExecutorPID;
38+
#endif
3739

3840
Expected<uint64_t> getSlabAllocSize(StringRef SizeString) {
3941
SizeString = SizeString.trim();

0 commit comments

Comments
 (0)