[PATCH] D150762: [NFC][Py Reformat] Reformat lit.local.cfg python files in llvm

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 02:04:13 PDT 2023


thieta created this revision.
thieta added reviewers: JDevlieghere, jhenderson, MatzeB, barannikov88.
Herald added subscribers: hoy, sstefan1, wlei, luke, mattd, gchakrabarti, pmatos, asb, asavonic, ormris, frasercrmck, wenlei, ThomasRaoux, okura, kuter, cmtice, kerbowa, luismarques, apazos, sameer.abuasal, pengfei, s.egerton, Jim, asbirlea, thopre, mstorsjo, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, steven_wu, atanasyan, edward-jones, zzheng, jrtc27, gbedwell, delcypher, niosHD, sabuasal, simoncook, johnrusso, rbar, fedor.sergeev, hiraditya, jgravelle-google, arichardson, sbc100, jvesely, nemanjai, sdardis, emaste, dylanmckay, jyknight, dschuff.
Herald added a reviewer: andreadb.
Herald added a reviewer: MaskRay.
Herald added a reviewer: ributzka.
Herald added a project: All.
thieta requested review of this revision.
Herald added subscribers: pcwang-thead, aheejin, jholewinski.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a project: LLVM.

This is a follow-up to b71edfaa4ec3c998aadb35255ce2f60bba2940b0 <https://reviews.llvm.org/rGb71edfaa4ec3c998aadb35255ce2f60bba2940b0>
since I forgot the lit.local.cfg files in that one.

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/D150762

Files:
  llvm/test/Analysis/CostModel/AArch64/lit.local.cfg
  llvm/test/Analysis/CostModel/AMDGPU/lit.local.cfg
  llvm/test/Analysis/CostModel/ARM/lit.local.cfg
  llvm/test/Analysis/CostModel/PowerPC/lit.local.cfg
  llvm/test/Analysis/CostModel/RISCV/lit.local.cfg
  llvm/test/Analysis/CostModel/SystemZ/lit.local.cfg
  llvm/test/Analysis/CostModel/X86/lit.local.cfg
  llvm/test/Analysis/Delinearization/lit.local.cfg
  llvm/test/Analysis/DotMachineCFG/AMDGPU/lit.local.cfg
  llvm/test/Analysis/Lint/lit.local.cfg
  llvm/test/Analysis/LoopCacheAnalysis/PowerPC/lit.local.cfg
  llvm/test/Analysis/UniformityAnalysis/AMDGPU/lit.local.cfg
  llvm/test/Analysis/UniformityAnalysis/NVPTX/lit.local.cfg
  llvm/test/Bindings/OCaml/Utils/lit.local.cfg
  llvm/test/Bindings/OCaml/lit.local.cfg
  llvm/test/CodeGen/AArch64/lit.local.cfg
  llvm/test/CodeGen/AMDGPU/lit.local.cfg
  llvm/test/CodeGen/ARC/lit.local.cfg
  llvm/test/CodeGen/ARM/lit.local.cfg
  llvm/test/CodeGen/AVR/lit.local.cfg
  llvm/test/CodeGen/BPF/lit.local.cfg
  llvm/test/CodeGen/CSKY/fpu/lit.local.cfg
  llvm/test/CodeGen/CSKY/lit.local.cfg
  llvm/test/CodeGen/DirectX/lit.local.cfg
  llvm/test/CodeGen/Hexagon/lit.local.cfg
  llvm/test/CodeGen/Lanai/lit.local.cfg
  llvm/test/CodeGen/LoongArch/lit.local.cfg
  llvm/test/CodeGen/M68k/lit.local.cfg
  llvm/test/CodeGen/MIR/AArch64/lit.local.cfg
  llvm/test/CodeGen/MIR/AMDGPU/lit.local.cfg
  llvm/test/CodeGen/MIR/ARM/lit.local.cfg
  llvm/test/CodeGen/MIR/Generic/lit.local.cfg
  llvm/test/CodeGen/MIR/Hexagon/lit.local.cfg
  llvm/test/CodeGen/MIR/Mips/lit.local.cfg
  llvm/test/CodeGen/MIR/NVPTX/lit.local.cfg
  llvm/test/CodeGen/MIR/PowerPC/lit.local.cfg
  llvm/test/CodeGen/MIR/RISCV/lit.local.cfg
  llvm/test/CodeGen/MIR/WebAssembly/lit.local.cfg
  llvm/test/CodeGen/MIR/X86/lit.local.cfg
  llvm/test/CodeGen/MSP430/lit.local.cfg
  llvm/test/CodeGen/Mips/lit.local.cfg
  llvm/test/CodeGen/NVPTX/lit.local.cfg
  llvm/test/CodeGen/PowerPC/lit.local.cfg
  llvm/test/CodeGen/RISCV/lit.local.cfg
  llvm/test/CodeGen/SPARC/lit.local.cfg
  llvm/test/CodeGen/SPIRV/lit.local.cfg
  llvm/test/CodeGen/SystemZ/Large/lit.local.cfg
  llvm/test/CodeGen/SystemZ/lit.local.cfg
  llvm/test/CodeGen/Thumb/lit.local.cfg
  llvm/test/CodeGen/Thumb2/lit.local.cfg
  llvm/test/CodeGen/VE/VELIntrinsics/lit.local.cfg
  llvm/test/CodeGen/VE/lit.local.cfg
  llvm/test/CodeGen/WebAssembly/lit.local.cfg
  llvm/test/CodeGen/WinCFGuard/lit.local.cfg
  llvm/test/CodeGen/WinEH/lit.local.cfg
  llvm/test/CodeGen/X86/GC/lit.local.cfg
  llvm/test/CodeGen/X86/lit.local.cfg
  llvm/test/CodeGen/XCore/lit.local.cfg
  llvm/test/DebugInfo/AArch64/lit.local.cfg
  llvm/test/DebugInfo/AMDGPU/lit.local.cfg
  llvm/test/DebugInfo/ARM/lit.local.cfg
  llvm/test/DebugInfo/BPF/lit.local.cfg
  llvm/test/DebugInfo/COFF/AArch64/lit.local.cfg
  llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg
  llvm/test/DebugInfo/COFF/lit.local.cfg
  llvm/test/DebugInfo/CSKY/lit.local.cfg
  llvm/test/DebugInfo/Lanai/lit.local.cfg
  llvm/test/DebugInfo/MIR/AArch64/lit.local.cfg
  llvm/test/DebugInfo/MIR/ARM/lit.local.cfg
  llvm/test/DebugInfo/MIR/Hexagon/lit.local.cfg
  llvm/test/DebugInfo/MIR/InstrRef/lit.local.cfg
  llvm/test/DebugInfo/MIR/Mips/lit.local.cfg
  llvm/test/DebugInfo/MIR/SystemZ/lit.local.cfg
  llvm/test/DebugInfo/MIR/X86/lit.local.cfg
  llvm/test/DebugInfo/MIR/lit.local.cfg
  llvm/test/DebugInfo/MSP430/lit.local.cfg
  llvm/test/DebugInfo/Mips/lit.local.cfg
  llvm/test/DebugInfo/NVPTX/lit.local.cfg
  llvm/test/DebugInfo/PowerPC/lit.local.cfg
  llvm/test/DebugInfo/RISCV/lit.local.cfg
  llvm/test/DebugInfo/Sparc/lit.local.cfg
  llvm/test/DebugInfo/SystemZ/lit.local.cfg
  llvm/test/DebugInfo/WebAssembly/lit.local.cfg
  llvm/test/DebugInfo/X86/lit.local.cfg
  llvm/test/DebugInfo/XCOFF/lit.local.cfg
  llvm/test/DebugInfo/XCore/lit.local.cfg
  llvm/test/DebugInfo/assignment-tracking/AArch64/lit.local.cfg
  llvm/test/DebugInfo/assignment-tracking/X86/lit.local.cfg
  llvm/test/Examples/lit.local.cfg
  llvm/test/ExecutionEngine/JITLink/AArch32/lit.local.cfg
  llvm/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg
  llvm/test/ExecutionEngine/JITLink/LoongArch/lit.local.cfg
  llvm/test/ExecutionEngine/JITLink/RISCV/lit.local.cfg
  llvm/test/ExecutionEngine/JITLink/i386/lit.local.cfg
  llvm/test/ExecutionEngine/JITLink/x86-64/lit.local.cfg
  llvm/test/ExecutionEngine/MCJIT/lit.local.cfg
  llvm/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
  llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg
  llvm/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg
  llvm/test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg
  llvm/test/ExecutionEngine/RuntimeDyld/BPF/lit.local.cfg
  llvm/test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg
  llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg
  llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg
  llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg
  llvm/test/ExecutionEngine/lit.local.cfg
  llvm/test/FileCheck/lit.local.cfg
  llvm/test/Instrumentation/AddressSanitizer/AMDGPU/lit.local.cfg
  llvm/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg
  llvm/test/Instrumentation/InstrProfiling/X86/lit.local.cfg
  llvm/test/JitListener/lit.local.cfg
  llvm/test/LTO/AArch64/lit.local.cfg
  llvm/test/LTO/ARM/lit.local.cfg
  llvm/test/LTO/PowerPC/lit.local.cfg
  llvm/test/LTO/Resolution/X86/lit.local.cfg
  llvm/test/LTO/X86/lit.local.cfg
  llvm/test/MC/AArch64/lit.local.cfg
  llvm/test/MC/AMDGPU/lit.local.cfg
  llvm/test/MC/AMDGPU/regression/lit.local.cfg
  llvm/test/MC/ARM/AlignedBundling/lit.local.cfg
  llvm/test/MC/ARM/lit.local.cfg
  llvm/test/MC/AVR/lit.local.cfg
  llvm/test/MC/AsmParser/AArch64/lit.local.cfg
  llvm/test/MC/AsmParser/lit.local.cfg
  llvm/test/MC/BPF/lit.local.cfg
  llvm/test/MC/COFF/ARM/lit.local.cfg
  llvm/test/MC/COFF/lit.local.cfg
  llvm/test/MC/CSKY/lit.local.cfg
  llvm/test/MC/Disassembler/AArch64/lit.local.cfg
  llvm/test/MC/Disassembler/AMDGPU/lit.local.cfg
  llvm/test/MC/Disassembler/ARC/lit.local.cfg
  llvm/test/MC/Disassembler/ARM/lit.local.cfg
  llvm/test/MC/Disassembler/Hexagon/lit.local.cfg
  llvm/test/MC/Disassembler/Lanai/lit.local.cfg
  llvm/test/MC/Disassembler/M68k/lit.local.cfg
  llvm/test/MC/Disassembler/MSP430/lit.local.cfg
  llvm/test/MC/Disassembler/Mips/lit.local.cfg
  llvm/test/MC/Disassembler/PowerPC/lit.local.cfg
  llvm/test/MC/Disassembler/RISCV/lit.local.cfg
  llvm/test/MC/Disassembler/Sparc/lit.local.cfg
  llvm/test/MC/Disassembler/SystemZ/lit.local.cfg
  llvm/test/MC/Disassembler/WebAssembly/lit.local.cfg
  llvm/test/MC/Disassembler/X86/lit.local.cfg
  llvm/test/MC/Disassembler/XCore/lit.local.cfg
  llvm/test/MC/ELF/AArch64/lit.local.cfg
  llvm/test/MC/ELF/AMDGPU/lit.local.cfg
  llvm/test/MC/ELF/ARM/lit.local.cfg
  llvm/test/MC/ELF/RISCV/lit.local.cfg
  llvm/test/MC/ELF/lit.local.cfg
  llvm/test/MC/Hexagon/lit.local.cfg
  llvm/test/MC/Lanai/lit.local.cfg
  llvm/test/MC/LoongArch/lit.local.cfg
  llvm/test/MC/M68k/lit.local.cfg
  llvm/test/MC/MSP430/lit.local.cfg
  llvm/test/MC/MachO/AArch64/lit.local.cfg
  llvm/test/MC/MachO/ARM/lit.local.cfg
  llvm/test/MC/MachO/lit.local.cfg
  llvm/test/MC/Mips/lit.local.cfg
  llvm/test/MC/PowerPC/lit.local.cfg
  llvm/test/MC/RISCV/lit.local.cfg
  llvm/test/MC/Sparc/lit.local.cfg
  llvm/test/MC/SystemZ/lit.local.cfg
  llvm/test/MC/VE/lit.local.cfg
  llvm/test/MC/WebAssembly/lit.local.cfg
  llvm/test/MC/X86/AlignedBundling/lit.local.cfg
  llvm/test/MC/X86/lit.local.cfg
  llvm/test/MC/XCOFF/lit.local.cfg
  llvm/test/MC/Xtensa/lit.local.cfg
  llvm/test/Object/AMDGPU/lit.local.cfg
  llvm/test/Object/ARM/lit.local.cfg
  llvm/test/Object/BPF/lit.local.cfg
  llvm/test/Object/Lanai/lit.local.cfg
  llvm/test/Object/Mips/lit.local.cfg
  llvm/test/Object/RISCV/lit.local.cfg
  llvm/test/Object/X86/lit.local.cfg
  llvm/test/Other/ChangePrinters/DotCfg/lit.local.cfg
  llvm/test/Other/ChangePrinters/lit.local.cfg
  llvm/test/Other/ChangeTesters/lit.local.cfg
  llvm/test/Other/X86/lit.local.cfg
  llvm/test/TableGen/lit.local.cfg
  llvm/test/ThinLTO/X86/lit.local.cfg
  llvm/test/Transforms/AggressiveInstCombine/AArch64/lit.local.cfg
  llvm/test/Transforms/AggressiveInstCombine/ARM/lit.local.cfg
  llvm/test/Transforms/AggressiveInstCombine/X86/lit.local.cfg
  llvm/test/Transforms/ArgumentPromotion/BPF/lit.local.cfg
  llvm/test/Transforms/ArgumentPromotion/X86/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/AArch64/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/AMDGPU/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/ARM/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/Hexagon/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/LoongArch/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/Mips/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/PowerPC/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/SPARC/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/X86/lit.local.cfg
  llvm/test/Transforms/Attributor/ArgumentPromotion/X86/lit.local.cfg
  llvm/test/Transforms/Attributor/lit.local.cfg
  llvm/test/Transforms/CodeExtractor/X86/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/AArch64/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/ARM/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/Mips/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/NVPTX/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/PowerPC/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/RISCV/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/SPARC/lit.local.cfg
  llvm/test/Transforms/CodeGenPrepare/X86/lit.local.cfg
  llvm/test/Transforms/ConstantHoisting/AArch64/lit.local.cfg
  llvm/test/Transforms/ConstantHoisting/ARM/lit.local.cfg
  llvm/test/Transforms/ConstantHoisting/PowerPC/lit.local.cfg
  llvm/test/Transforms/ConstantHoisting/RISCV/lit.local.cfg
  llvm/test/Transforms/ConstantHoisting/X86/lit.local.cfg
  llvm/test/Transforms/DivRemPairs/Mips/lit.local.cfg
  llvm/test/Transforms/DivRemPairs/PowerPC/lit.local.cfg
  llvm/test/Transforms/DivRemPairs/X86/lit.local.cfg
  llvm/test/Transforms/EarlyCSE/AArch64/lit.local.cfg
  llvm/test/Transforms/EarlyCSE/AMDGPU/lit.local.cfg
  llvm/test/Transforms/EarlyCSE/DirectX/lit.local.cfg
  llvm/test/Transforms/EarlyCSE/PowerPC/lit.local.cfg
  llvm/test/Transforms/EarlyCSE/X86/lit.local.cfg
  llvm/test/Transforms/ExpandMemCmp/AArch64/lit.local.cfg
  llvm/test/Transforms/ExpandMemCmp/X86/lit.local.cfg
  llvm/test/Transforms/GlobalOpt/PowerPC/lit.local.cfg
  llvm/test/Transforms/HardwareLoops/ARM/lit.local.cfg
  llvm/test/Transforms/HotColdSplit/X86/lit.local.cfg
  llvm/test/Transforms/IndVarSimplify/AArch64/lit.local.cfg
  llvm/test/Transforms/IndVarSimplify/AMDGPU/lit.local.cfg
  llvm/test/Transforms/IndVarSimplify/ARM/lit.local.cfg
  llvm/test/Transforms/IndVarSimplify/NVPTX/lit.local.cfg
  llvm/test/Transforms/IndVarSimplify/X86/lit.local.cfg
  llvm/test/Transforms/InferAddressSpaces/AMDGPU/lit.local.cfg
  llvm/test/Transforms/InferAddressSpaces/NVPTX/lit.local.cfg
  llvm/test/Transforms/Inline/AArch64/lit.local.cfg
  llvm/test/Transforms/Inline/AMDGPU/lit.local.cfg
  llvm/test/Transforms/Inline/ARM/lit.local.cfg
  llvm/test/Transforms/Inline/ML/lit.local.cfg
  llvm/test/Transforms/Inline/PowerPC/lit.local.cfg
  llvm/test/Transforms/Inline/WebAssembly/lit.local.cfg
  llvm/test/Transforms/Inline/X86/lit.local.cfg
  llvm/test/Transforms/InstCombine/AArch64/lit.local.cfg
  llvm/test/Transforms/InstCombine/AMDGPU/lit.local.cfg
  llvm/test/Transforms/InstCombine/ARM/lit.local.cfg
  llvm/test/Transforms/InstCombine/Hexagon/lit.local.cfg
  llvm/test/Transforms/InstCombine/NVPTX/lit.local.cfg
  llvm/test/Transforms/InstCombine/PowerPC/lit.local.cfg
  llvm/test/Transforms/InstCombine/RISCV/lit.local.cfg
  llvm/test/Transforms/InstCombine/X86/lit.local.cfg
  llvm/test/Transforms/InstSimplify/ConstProp/AArch64/lit.local.cfg
  llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/lit.local.cfg
  (178 more files...)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150762.522957.patch
Type: text/x-patch
Size: 174145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230517/0e76dd5f/attachment-0001.bin>


More information about the llvm-commits mailing list