[PATCH] D53424: Enable thread specific cl::opt values for multi-threaded support

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 28 08:14:04 PDT 2018


yrouban updated this revision to Diff 171430.
yrouban added a comment.

Addressed comments:

- ~Destructible() moved to cpp file
- changed pthread to std::thread in the test
- added GetThreadOptionContext() and ThreadOptionContext is made protected


https://reviews.llvm.org/D53424

Files:
  include/llvm/Support/CommandLine.h
  lib/Support/CommandLine.cpp
  unittests/Support/CommandLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53424.171430.patch
Type: text/x-patch
Size: 12762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181028/551bd236/attachment.bin>


More information about the llvm-commits mailing list