[libcxx-commits] [PATCH] D150784: [NFC][Py Reformat] Reformat python files in the rest of the dirs
Tobias Hieta via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 17 08:01:49 PDT 2023
thieta created this revision.
thieta added reviewers: jhenderson, barannikov88, MatzeB, JDevlieghere.
Herald added subscribers: pmatos, asb, ayermolo, kerbowa, sbc100, jvesely, emaste.
Herald added a reviewer: ldionne.
Herald added a reviewer: rafauler.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
Herald added projects: lld-macho, Flang, All.
Herald added a reviewer: lld-macho.
thieta requested review of this revision.
Herald added subscribers: libcxx-commits, yota9, jdoerfert, MaskRay, aheejin.
Herald added a project: libc++.
Herald added a reviewer: libc++.
This is an ongoing series of commits that are reformatting our
Python code. This catches the last of the python files to
reformat. Since they where so few I bunched them together.
Reformatting is done with `black`.
If you end up having problems merging this commit because you
have made changes to a python file, the best way to handle that
is to run git checkout --ours <yourfile> and then reformat it
with black.
If you run into any problems, post to discourse about it and
we will try to help.
RFC Thread below:
https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150784
Files:
bolt/test/AArch64/lit.local.cfg
bolt/test/X86/lit.local.cfg
bolt/test/lit.local.cfg
bolt/test/runtime/AArch64/lit.local.cfg
bolt/test/runtime/X86/lit.local.cfg
bolt/test/runtime/lit.local.cfg
cross-project-tests/amdgpu/lit.local.cfg
cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/lit.local.cfg
cross-project-tests/debuginfo-tests/dexter-tests/lit.local.cfg
cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/lit.local.cfg
cross-project-tests/debuginfo-tests/dexter/feature_tests/lit.local.cfg
cross-project-tests/debuginfo-tests/lit.local.cfg
cross-project-tests/debuginfo-tests/llgdb-tests/lit.local.cfg
cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/lit.local.cfg
cross-project-tests/intrinsic-header-tests/lit.local.cfg
flang/test/lib/lit.local.cfg
lld/test/COFF/lit.local.cfg
lld/test/ELF/lit.local.cfg
lld/test/MachO/lit.local.cfg
lld/test/wasm/lit.local.cfg
pstl/test/std/lit.local.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150784.523054.patch
Type: text/x-patch
Size: 13207 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230517/bd81cee9/attachment-0001.bin>
More information about the libcxx-commits
mailing list