This is an archive of the discontinued LLVM Phabricator instance.

[clang] Make make_cxx_dr_status script runnable from anywhere
ClosedPublic

Authored by Endill on Apr 12 2023, 10:30 AM.

Details

Summary

This script has hardcoded relative paths to clang/test/CXX/drs, cwg_index.html, and cxx_dr_status.html, which requires running it with clang/www CWD. This patch makes those paths relative to path of the script itself, so that it could be run from anywhere.

Diff Detail

Event Timeline

Endill created this revision.Apr 12 2023, 10:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2023, 10:30 AM
Endill requested review of this revision.Apr 12 2023, 10:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2023, 10:30 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cor3ntin accepted this revision.Apr 12 2023, 10:33 AM

Great idea, looks good!

This revision is now accepted and ready to land.Apr 12 2023, 10:33 AM
This revision was landed with ongoing or failed builds.Apr 12 2023, 10:46 AM
This revision was automatically updated to reflect the committed changes.