This is an archive of the discontinued LLVM Phabricator instance.

Revert "Add functionality to cvtres to parse all entries in res file."
AbandonedPublic

Authored by ecbeckmann on May 20 2017, 9:53 AM.

Details

Summary

This reverts commit f7edcea4cc360cced998d6e8e4b92f162a4ab31c.

Event Timeline

ecbeckmann created this revision.May 20 2017, 9:53 AM
ecbeckmann accepted this revision.May 20 2017, 9:55 AM
This revision is now accepted and ready to land.May 20 2017, 9:55 AM
zturner edited edge metadata.May 20 2017, 10:15 AM

You don't have to create Phabricator reviews for reverts. If something is broken on the bots, just push the revert. When you do, however, two things to keep in mind.

  1. Replace the git hash with the SVN revision of the original commit.
  2. Add a brief message explaining why it's being reverted.

That aside, can you expand on #2? What happened?

ecbeckmann abandoned this revision.May 21 2017, 6:30 PM

You don't have to create Phabricator reviews for reverts. If something is broken on the bots, just push the revert. When you do, however, two things to keep in mind.

  1. Replace the git hash with the SVN revision of the original commit.
  2. Add a brief message explaining why it's being reverted.

That aside, can you expand on #2? What happened?

Sorry for the lack of explanation. I was reverting it because it caused certain build bots to break. The breaks were due to the fact that I define arrays that represent the data stored in the .res file header, however I only ever use those arrays in order to take their size, therefore they were being ignored on some builds and would cause errors. Fortunately it looks like someone else fixed it and this revert is no longer necessary.