This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [tests] Add missing "int_lib.h" includes and extend guards
ClosedPublic

Authored by mgorny on Dec 23 2016, 2:07 AM.

Details

Summary

Fix missing "int_lib.h" includes in ARM negdf2vfp and subdf3vfp tests.
Additionally, extend the arm guard to cover the builtin definition
in the former. This is mostly intended to prevent build failures
and allow those tests to be properly skipped on other targets.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny updated this revision to Diff 82402.Dec 23 2016, 2:07 AM
mgorny retitled this revision from to [tests] Add missing "int_lib.h" includes and extend guards.
mgorny updated this object.
mgorny added reviewers: dschuff, kledzik, rengolin.
mgorny added a subscriber: cfe-commits.
mgorny retitled this revision from [tests] Add missing "int_lib.h" includes and extend guards to [compiler-rt] [tests] Add missing "int_lib.h" includes and extend guards.Dec 23 2016, 2:07 AM
rengolin accepted this revision.Dec 23 2016, 3:13 AM
rengolin edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.Dec 23 2016, 3:13 AM
This revision was automatically updated to reflect the committed changes.