This is an archive of the discontinued LLVM Phabricator instance.

[clang][tests][NFC] Add filescope array initialization test
AbandonedPublic

Authored by cebowleratibm on Mar 25 2022, 12:07 PM.

Details

Reviewers
AaronLiu
Summary

This test is based on a customer-reported failure in an XL compiler, added here to improve clang regression testing. The primary purpose of the test is to ensure that the array initializations can be evaluated without the need for runtime initialization.

Diff Detail

Event Timeline

cebowleratibm created this revision.Mar 25 2022, 12:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2022, 12:07 PM
cebowleratibm requested review of this revision.Mar 25 2022, 12:07 PM
cebowleratibm retitled this revision from [clang][NFC] Add filescope array initialization test to [clang][tests][NFC] Add filescope array initialization test.Mar 25 2022, 12:11 PM
AaronLiu accepted this revision.Mar 25 2022, 1:51 PM

LGTM. Thanks!

This revision is now accepted and ready to land.Mar 25 2022, 1:51 PM
cebowleratibm abandoned this revision.May 5 2022, 10:41 AM