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)
Mar 10 2024, 1:12 AM
Unknown Object (File)
Mar 6 2024, 4:15 PM
Unknown Object (File)
Mar 6 2024, 4:15 PM
Unknown Object (File)
Jan 1 2024, 10:31 PM
Unknown Object (File)
Jan 1 2024, 10:30 PM
Unknown Object (File)
Dec 23 2023, 3:50 AM
Unknown Object (File)
Nov 13 2023, 11:49 AM
Unknown Object (File)
Nov 8 2023, 5:01 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

Lint
Lint Skipped
Unit
Tests Skipped

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.