[all-commits] [llvm/llvm-project] 60d4c7: Run non-filechecked commands in update_cc_test_che...

Giorgis Georgakoudis via All-commits all-commits at lists.llvm.org
Mon Mar 8 07:18:21 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60d4c73b30a0e324c6ae314722eb036f70f4b03a
      https://github.com/llvm/llvm-project/commit/60d4c73b30a0e324c6ae314722eb036f70f4b03a
  Author: Giorgis Georgakoudis <georgakoudis1 at llnl.gov>
  Date:   2021-03-08 (Mon, 08 Mar 2021)

  Changed paths:
    A clang/test/utils/update_cc_test_checks/Inputs/exec-all-runlines.c
    A clang/test/utils/update_cc_test_checks/Inputs/exec-all-runlines.c.expected
    A clang/test/utils/update_cc_test_checks/exec-all-runlines.test
    M llvm/utils/update_cc_test_checks.py

  Log Message:
  -----------
  Run non-filechecked commands in update_cc_test_checks.py

Some tests in clang require running non-filechecked commands to generate the actual filecheck input. For example, tests for openmp offloading require generating the host bc without any checking, before running the clang command to actually generate the filechecked IR of the target device. This patch enables `update_cc_test_checks.py` to run non-filechecked run lines in-place.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list