Page MenuHomeFreeBSD

libcompiler_rt: move file list to Makefile.inc for reuse elsewhere
ClosedPublic

Authored by emaste on Sep 26 2016, 8:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 7:48 PM
Unknown Object (File)
Fri, Jan 17, 4:28 PM
Unknown Object (File)
Thu, Jan 9, 4:42 PM
Unknown Object (File)
Jan 3 2025, 3:27 AM
Unknown Object (File)
Jan 3 2025, 3:24 AM
Unknown Object (File)
Nov 16 2024, 6:23 AM
Unknown Object (File)
Nov 16 2024, 5:41 AM
Unknown Object (File)
Nov 16 2024, 3:34 AM
Subscribers
None

Details

Summary

This should be a no-op change, but allows other, future components to #include ../libcompiler_rt/Makefile.inc to pick up the compiler-rt functions.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to libcompiler_rt: move file list to Makefile.inc for reuse elsewhere.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: dim, bdrewery.

What kind of elsewhere are you thinking about? :) (I also need to merge this to the clang390-import branch, where I did a little bit of remodeling in all the llvm project related Makefiles...)

emaste edited edge metadata.

Update Makefile.inc to match style of libcompiler_rt Makefile in upcoming clang390 import branch

dim edited edge metadata.

LGTM then.

This revision is now accepted and ready to land.Sep 27 2016, 6:32 PM
This revision was automatically updated to reflect the committed changes.