mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
master-next: Update Statistic initializers for LLVM r323999.
LLVM r323999 changed the Initialized field of llvm::Statistic from a bool to std::atomic<bool>.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#define SWIFT_FUNC_STAT \
|
||||
do { \
|
||||
static llvm::Statistic FStat = \
|
||||
{DEBUG_TYPE, __func__, __func__, {0}, false}; \
|
||||
{DEBUG_TYPE, __func__, __func__, {0}, {false}}; \
|
||||
++FStat; \
|
||||
} while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user