[all-commits] [llvm/llvm-project] d945b6: [clang] Make make_cxx_dr_status script runnable fr...

Vlad Serebrennikov via All-commits all-commits at lists.llvm.org
Wed Apr 12 10:46:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d945b6496ec6604f692804d501fc96583069d432
      https://github.com/llvm/llvm-project/commit/d945b6496ec6604f692804d501fc96583069d432
  Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M clang/www/make_cxx_dr_status

  Log Message:
  -----------
  [clang] Make make_cxx_dr_status script runnable from anywhere

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.

Reviewed By: #clang-language-wg, cor3ntin

Differential Revision: https://reviews.llvm.org/D148146




More information about the All-commits mailing list