This is an archive of the discontinued LLVM Phabricator instance.

CC1 part of debugger tuning; pass through setting from driver to LLVM.
ClosedPublic

Authored by probinson on Dec 18 2015, 12:30 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

probinson updated this revision to Diff 43257.Dec 18 2015, 12:30 PM
probinson retitled this revision from to CC1 part of debugger tuning; pass through setting from driver to LLVM..
probinson updated this object.
probinson updated this object.Dec 18 2015, 12:34 PM
probinson added reviewers: echristo, dblaikie, aprantl, dougk.
probinson added a subscriber: cfe-commits.

As the only effect is to set a field in the options struct passed down to LLVM, no idea how to test this.

echristo accepted this revision.Dec 18 2015, 2:10 PM
echristo edited edge metadata.

Sadly, isn't really a way to test this part.

Thanks!

-eric

This revision is now accepted and ready to land.Dec 18 2015, 2:10 PM
This revision was automatically updated to reflect the committed changes.