llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.24k stars 11.66k forks source link

Add Solaris support to the gtest library #29017

Open llvmbot opened 8 years ago

llvmbot commented 8 years ago
Bugzilla Link 28643
Version 3.8
OS Solaris
Attachments add Solaris support to the gtest library
Reporter LLVM Bugzilla Contributor
CC @majnemer

Extended Description

This patch adds Solaris support to the gtest library used by the LLVM and clang unittests.

It detects the number of threads running inside a process, and silences the annoying warning about not being able to determine the number of running threads.

llvmbot commented 8 years ago

This patch applies cleanly to LLVM 3.8.0 and 3.8.1.

991901f3-cc14-4404-b340-165691b62a58 commented 8 years ago

Please send patches to llvm-commits.