This is an archive of the discontinued LLVM Phabricator instance.

Add -disable-builtin option to opt
ClosedPublic

Authored by dim on Nov 13 2019, 11:16 AM.

Details

Summary

The option allows to disable specific target library builtin functions,
instead of -disable-simplify-libcalls, which disables all of them.

This is a prerequisite for D70143, which fixes PR43081.

Diff Detail

Event Timeline

dim created this revision.Nov 13 2019, 11:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 13 2019, 11:16 AM
This revision is now accepted and ready to land.Nov 13 2019, 11:54 AM
dim edited the summary of this revision. (Show Details)Nov 13 2019, 12:09 PM
This revision was automatically updated to reflect the committed changes.