summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDavid Truby <david.truby@arm.com>2024-05-07 14:27:39 +0100
committerGitHub <noreply@github.com>2024-05-07 14:27:39 +0100
commit227fe1c1995dea1850483449e8510db2726bcbee (patch)
tree99233e583923d6d7963769d4db9ddfcfc031385e /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent27becf0c3c1e7ac4a2f2e848b44d872f1aa1db9a (diff)
[flang] Remove C++ runtime dependency from Sleep extension (#84911)
The Sleep extension currently has a potential dependency on the C++ runtime. I run into this dependency using libc++ on Linux. This patch uses the POSIX `sleep` function or the Windows `Sleep` function instead to avoid this dependency.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions