diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-09-03 12:31:24 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-09-03 12:31:24 +0000 |
commit | 3276fffc170037dbb5cf9df41bfcdf62d4fc318b (patch) | |
tree | 1706ca5bd1493a288179446a719f6e28bd760300 /lldb/packages/Python/lldbsuite/test/commands/command/script/welcome.py | |
parent | 489cc589c557813fa92a71c1a141939c52574713 (diff) | |
download | bcm5719-llvm-3276fffc170037dbb5cf9df41bfcdf62d4fc318b.tar.gz bcm5719-llvm-3276fffc170037dbb5cf9df41bfcdf62d4fc318b.zip |
[lldb] Replace std::call_once() with llvm::call_once()
Remove the single instance of std::call_once() in lldbTarget library
with llvm::call_once(). The former fails to build on NetBSD when
combined with llvm::once_flag (which replaced std::once_flag
in r369618), and combining the two is probably generally incorrect
anyway.
llvm-svn: 370748
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/welcome.py')
0 files changed, 0 insertions, 0 deletions