[all-commits] [llvm/llvm-project] 92f2c3: [Utils] Run non-filecheck runlines in-order in upd...
Giorgis Georgakoudis via All-commits
all-commits at lists.llvm.org
Tue May 4 12:06:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92f2c39f915adc8f71be02d2604df4916069c9d4
https://github.com/llvm/llvm-project/commit/92f2c39f915adc8f71be02d2604df4916069c9d4
Author: Giorgis Georgakoudis <georgakoudis1 at llnl.gov>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M clang/test/utils/update_cc_test_checks/Inputs/exec-all-runlines.c
M clang/test/utils/update_cc_test_checks/Inputs/exec-all-runlines.c.expected
M llvm/utils/update_cc_test_checks.py
Log Message:
-----------
[Utils] Run non-filecheck runlines in-order in update_cc_test_checks
The script update_cc_test_checks runs all non-filechecked runlines before the filechecked ones. This creates problems since outputs of those non-filechecked runlines may conflict and that will fail the execution of update_cc_test_checks. This patch executes non-filechecked in the order specified in the test file to avoid this issue.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D101683
More information about the All-commits
mailing list