This is an archive of the discontinued LLVM Phabricator instance.

[Clang][DependencyScanner] Remove secondary actions from -cc1
ClosedPublic

Authored by Bigcheese on Jan 31 2023, 5:55 PM.

Details

Summary

The -arcmt-action= and -objcmt-migrate* actions were being passed to
module builds. This caused these builds to fail, as they are secondary
actions that suppress emitting modules.

Diff Detail

Event Timeline

Bigcheese created this revision.Jan 31 2023, 5:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2023, 5:55 PM
Herald added a subscriber: ributzka. · View Herald Transcript
Bigcheese requested review of this revision.Jan 31 2023, 5:55 PM
jansvoboda11 accepted this revision.Feb 1 2023, 2:05 PM

LGTM

clang/test/ClangScanDeps/strip-input-args.m
22

I think this should explicitly check for "name": "A".

This revision is now accepted and ready to land.Feb 1 2023, 2:05 PM
This revision was automatically updated to reflect the committed changes.
Bigcheese marked an inline comment as done.