This is an archive of the discontinued LLVM Phabricator instance.

[Dwarf] Remove unnecessary module flags from test
ClosedPublic

Authored by ellis on Oct 5 2022, 11:08 AM.

Details

Summary

These extra module flags are not needed for this test, so remove them. In fact, leaving them in produces the following error message:

invalid behavior operand in module flag (unexpected constant)

Diff Detail

Event Timeline

ellis created this revision.Oct 5 2022, 11:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 11:08 AM
This revision was not accepted when it landed; it landed in state Draft.Oct 5 2022, 11:18 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 11:18 AM

Some review/commit protocol tips:
If you post something for review, you should wait for someone to review it.
If you're going to commit without review, don't bother posting a review.