[all-commits] [llvm/llvm-project] 7906c0: Move (llvm-original-di-preservation) test example ...
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Mar 11 17:37:00 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7906c0309beb709aa55c9dee8491881524b349ad
https://github.com/llvm/llvm-project/commit/7906c0309beb709aa55c9dee8491881524b349ad
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
A llvm/test/tools/llvm-original-di-preservation/Inputs/expected-sample.html
R llvm/test/tools/llvm-original-di-preservation/Outputs/sample.html
M llvm/test/tools/llvm-original-di-preservation/basic.test
Log Message:
-----------
Move (llvm-original-di-preservation) test example output into the Inputs directory (since it's an input to the test execution)
The "Inputs" subdirectory is used for all files read by the test, not
only those used as input to the execution - so even though this file is
used as a golden reference for the output of the test, it's still an
input to the test execution (it is read in the process of executing the
test).
More information about the All-commits
mailing list