diff options
author | Walter Erquinigo <a20012251@gmail.com> | 2020-11-11 12:28:45 -0800 |
---|---|---|
committer | Walter Erquinigo <a20012251@gmail.com> | 2020-11-11 12:30:24 -0800 |
commit | d2f18e6b1e0bed97f5218af499c4e0b88c4dd361 (patch) | |
tree | 0a1e7a8951a1a9bab41b93a6f788f168ec15049e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 9f310bec34a2d4175ab0d33ca4f380f4f0c00557 (diff) | |
download | llvm-d2f18e6b1e0bed97f5218af499c4e0b88c4dd361.zip llvm-d2f18e6b1e0bed97f5218af499c4e0b88c4dd361.tar.gz llvm-d2f18e6b1e0bed97f5218af499c4e0b88c4dd361.tar.bz2 |
Fix 21555fff4de811309ea7935f9cb65578c957d77f
Buildbot failed on Windows
http://lab.llvm.org:8011/#/builders/83/builds/693
Error: On Windows, std::future can't hold an Expected, as it doesn't have a default
constructor.
Solution: Use std::future<bool> instead of std::future<Expected<T>>
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions