This is an archive of the discontinued LLVM Phabricator instance.

ExtractAPI: Use %clang_cc1 and -verify in enum.c
ClosedPublic

Authored by dexonsmith on Apr 28 2022, 12:47 PM.

Details

Summary

Fix one test (enum.c) in ExtractAPI to use %clang_cc1 and -verify
instead of calling the full driver and FileCheck. This is an example for
my comment from https://reviews.llvm.org/D121873.

Diff Detail

Event Timeline

dexonsmith created this revision.Apr 28 2022, 12:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2022, 12:47 PM
dexonsmith requested review of this revision.Apr 28 2022, 12:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2022, 12:47 PM
dang accepted this revision.Apr 29 2022, 5:11 AM

LGTM!

This revision is now accepted and ready to land.Apr 29 2022, 5:11 AM
This revision was automatically updated to reflect the committed changes.