Page MenuHomeFreeBSD

googletest: Link the gmock and gtest libraries against compiler_rt for aarch64
AcceptedPublic

Authored by jhb on Sat, Feb 7, 3:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 3, 2:23 AM
Unknown Object (File)
Sun, Mar 1, 8:22 AM
Unknown Object (File)
Sat, Feb 28, 8:17 AM
Unknown Object (File)
Fri, Feb 20, 2:41 PM
Unknown Object (File)
Tue, Feb 17, 12:27 PM
Unknown Object (File)
Tue, Feb 17, 4:37 AM
Unknown Object (File)
Fri, Feb 13, 6:27 AM
Unknown Object (File)
Thu, Feb 12, 1:07 PM

Details

Reviewers
andrew
ngie
Summary

This is required for GCC which uses libcalls for outlined atomics.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70492
Build 67375: arc lint + arc unit

Event Timeline

ngie added inline comments.
lib/googletest/gmock/Makefile
14

Does it make sense to add a compiler-check here? Just a general non-blocking question.

This revision is now accepted and ready to land.Sun, Feb 8, 7:44 AM
lib/googletest/gmock/Makefile
14

It is hard because I don't think you can do the compiler check in src.libnames.mk.

lib/googletest/gmock/Makefile
14

It looks like you can do it in src.libnames.mk, based on a quick code inspection of the file.