diff options
Diffstat (limited to 'libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp')
-rw-r--r-- | libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp b/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp new file mode 100644 index 00000000000..46161babdb1 --- /dev/null +++ b/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp @@ -0,0 +1,4 @@ +#define HAVE_THREAD_SAFETY_ATTRIBUTES +#include "../src/mutex.h" + +int main() {} |