This is an archive of the discontinued LLVM Phabricator instance.

[cross-project] Disable debug-types-section tests on Apple systems
ClosedPublic

Authored by fdeazeve on Aug 22 2022, 1:08 PM.

Details

Summary

The -fdebug-types-section flag is not supported on Apple platforms.

Diff Detail

Event Timeline

fdeazeve created this revision.Aug 22 2022, 1:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2022, 1:08 PM
fdeazeve requested review of this revision.Aug 22 2022, 1:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2022, 1:08 PM
mib added a subscriber: mib.Aug 22 2022, 1:15 PM
mib added inline comments.
cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp
2

You need to use system-darwin if you want to disable test for all apple platforms

fdeazeve updated this revision to Diff 454604.Aug 22 2022, 1:19 PM

Changes the unsupported tag from "Apple" to "system-darwin"

This revision is now accepted and ready to land.Aug 23 2022, 6:33 AM