diff options
author | David Spickett <david.spickett@linaro.org> | 2022-08-16 13:50:37 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2022-08-16 13:56:23 +0000 |
commit | b812db146477f8f7d16be7feb450d3225038e125 (patch) | |
tree | 85735a229b97d1bddfbf49e42e6f93a526b8c7b5 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 65d83ba34378b8e740c5203fe46a9c50d2aeb862 (diff) | |
download | llvm-b812db146477f8f7d16be7feb450d3225038e125.zip llvm-b812db146477f8f7d16be7feb450d3225038e125.tar.gz llvm-b812db146477f8f7d16be7feb450d3225038e125.tar.bz2 |
[LLVM][Debuginfod] Add missing thread include
One of our silent bots is currently failing:
https://lab.llvm.org/staging/#/builders/171/builds/169
With:
<...>/Debuginfod.cpp:298:23: error: no type named 'sleep_for' in namespace 'std::this_thread'
std::this_thread::sleep_for(Interval);
~~~~~~~~~~~~~~~~~~^
Add missing thread include to that file,
which is what all the other users of sleep_for do.
I think we are seeing this now because we disabled
llvm threading for this builder. Maybe debuginfod should account
for that but that's for another time.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions