This is an archive of the discontinued LLVM Phabricator instance.

Remove redundant #define's from llvm/config.h
AbandonedPublic

Authored by hintonda on Dec 18 2017, 4:09 PM.

Details

Reviewers
beanz
mehdi_amini
Summary

Remove redundant #defines in config.h which are already
#defined in llvm-config.h. Also, move fix from r247775 to
llvm-config.h.

Event Timeline

hintonda created this revision.Dec 18 2017, 4:09 PM
thakis added a subscriber: thakis.Mar 22 2019, 6:11 AM

Something like this landed in r331987 a while ago.

hintonda abandoned this revision.Mar 29 2019, 2:12 PM

OBE, more of less done by r331987.

Something like this landed in r331987 a while ago.

Thanks for letting me know...