diff options
author | David Blaikie <dblaikie@gmail.com> | 2022-12-16 23:13:47 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2022-12-16 23:18:11 +0000 |
commit | be931f89451b650e081daf875213c19f658caf25 (patch) | |
tree | 3dd05560bef5b7aa6c017f7ea579b39c03948273 /llvm/lib/CodeGen/SelectOptimize.cpp | |
parent | 20c213a13dfa19a262b15c4d7a8977f547471b43 (diff) | |
download | llvm-be931f89451b650e081daf875213c19f658caf25.zip llvm-be931f89451b650e081daf875213c19f658caf25.tar.gz llvm-be931f89451b650e081daf875213c19f658caf25.tar.bz2 |
clang/test/CodeCompletion: Simplify/fix some `touch` commands
These were inconsistent (one `touch` line listed all the files in a
single `touch` invocation, but the other listed them as separate
commands with `&&`) and incorrect (one `&&` was missing, causing `touch`
to try to touch a file called `touch` in the cwd, which might not be
accessible/relevant to test execution)
So make them consistent and simpler by using the "list all the files on
a line in a single `touch` invocation" reducing the visual
noise/clutter/etc.
Diffstat (limited to 'llvm/lib/CodeGen/SelectOptimize.cpp')
0 files changed, 0 insertions, 0 deletions