1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/utils/lit/tests/Inputs
Joel E. Denny f8d4bf3133 [lit] Fix internal diff newlines for -w/-b
For example, without this patch:

```
$ python $LIT_BUILTINS/diff.py -b foo.txt bar.txt
*** /tmp/foo.txt
--- /tmp/bar.txt
***************
*** 1,2 ****
  1! 2--- 1,2 ----
  1! 20
```

With this patch:

```
$ python $LIT_BUILTINS/diff.py -b foo.txt bar.txt
*** /tmp/foo.txt
--- /tmp/bar.txt
***************
*** 1,2 ****
  1
! 2
--- 1,2 ----
  1
! 20
```

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D71577
2019-12-17 10:49:34 -05:00
..
config-map-discovery
discovery
exec-discovery
exec-discovery-in-tree
fake-externals
googletest-format
googletest-timeout
googletest-upstream-format
lit-opts
max-failures
parallelism-groups
progress-bar
py-config-discovery
shtest-env
shtest-format
shtest-not
shtest-output-printing
shtest-run-at-line
shtest-shell
shtest-timeout
test-data
test-data-micro
testrunner-custom-parsers
unittest-adaptor
xunit-output
lit.cfg