This is an archive of the discontinued LLVM Phabricator instance.

[builtins] Drop -fnested-functions flag from tests
ClosedPublic

Authored by arichardson on Jun 26 2023, 3:02 PM.

Details

Summary

This flag does nothing for clang and is apparently not supported by GCC:
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-fnested-functions'; did you mean '-Wunused-function'?
It looks like it was maybe supported by Apple GCC, but that is no longer
a supported compiler.

Diff Detail

Event Timeline

arichardson created this revision.Jun 26 2023, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2023, 3:02 PM
arichardson requested review of this revision.Jun 26 2023, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2023, 3:02 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
compnerd accepted this revision.Jun 30 2023, 8:08 PM
This revision is now accepted and ready to land.Jun 30 2023, 8:08 PM
This revision was landed with ongoing or failed builds.Jul 24 2023, 5:20 PM
This revision was automatically updated to reflect the committed changes.