Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Add Solaris support to the gtest library #28642

Open Quuxplusone opened 8 years ago

Quuxplusone commented 8 years ago
Bugzilla Link PR28643
Status NEW
Importance P normal
Reported by Stefan Teleman (stefan.teleman@oracle.com)
Reported on 2016-07-21 11:14:50 -0700
Last modified on 2016-07-21 12:42:15 -0700
Version 3.8
Hardware Sun Solaris
CC david.majnemer@gmail.com, llvm-bugs@lists.llvm.org, stefan.teleman@gmail.com, stefan.teleman@oracle.com
Fixed by commit(s)
Attachments 020-solaris-utils-googletest.patch (2032 bytes, text/plain)
Blocks
Blocked by
See also
Created attachment 16779
add Solaris support to the gtest library

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.
Quuxplusone commented 8 years ago

Attached 020-solaris-utils-googletest.patch (2032 bytes, text/plain): add Solaris support to the gtest library

Quuxplusone commented 8 years ago

Please send patches to llvm-commits.

Quuxplusone commented 8 years ago

This patch applies cleanly to LLVM 3.8.0 and 3.8.1.