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

Giorgis Georgakoudis via All-commits all-commits at lists.llvm.org
Wed Mar 10 12:25:53 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2abe2259c2d5b8c494f3513b840adf1572b21bc
      https://github.com/llvm/llvm-project/commit/a2abe2259c2d5b8c494f3513b840adf1572b21bc
  Author: Giorgis Georgakoudis <georgakoudis1 at llnl.gov>
  Date:   2021-03-10 (Wed, 10 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