This is an archive of the discontinued LLVM Phabricator instance.

Add an extra flag to libcxxabi buildit to link compiler runtime libraries
AbandonedPublic

Authored by loladiro on Jul 27 2014, 6:44 PM.

Details

Reviewers
None
Summary

Some compiler generate calls into their custom runtime libraries, but don't actually link them when -nodefaultlibs is specified, so it would be nice to have this simple extra flag to allow you to specify that.

I hope cfe-commits is the right list for this. I didn't see a separate one for libcxxabi, so please point me there if there is one.

Diff Detail

Event Timeline

loladiro updated this revision to Diff 11926.Jul 27 2014, 6:44 PM
loladiro retitled this revision from to Add an extra flag to libcxxabi buildit to link compiler runtime libraries.
loladiro updated this object.
loladiro edited the test plan for this revision. (Show Details)
loladiro set the repository for this revision to rL LLVM.
loladiro added a subscriber: Unknown Object (MLST).
loladiro abandoned this revision.Aug 26 2014, 2:47 PM

Abandoning in favor of using cmake.