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.

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.