1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
Jordan Rupprecht c0bcb33a2f [llvm-objcopy][NFC] Consistenly use two dashes for flags in tests.
Summary:
As pointed out in D53667, our use of hyphens in flags can be inconsistent, mixing `-` with `--`. This change makes all long style flags use `--`.

Automatically changed via:

```
find test/tools/llvm-objcopy/ELF -type f | xargs sed -i 's/ -\([a-zA-Z]\{3\}\)/ --\1/g'
```

Two false positives were manually fixed/reverted.

Reviewers: jhenderson, espindola, alexshap

Reviewed By: jhenderson

Subscribers: emaste, javed.absar, arichardson, fedor.sergeev, jakehehrlich, llvm-commits

Differential Revision: https://reviews.llvm.org/D56513

llvm-svn: 350944
2019-01-11 18:06:31 +00:00
..
Analysis [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
Assembler Rename DIFlagFixedEnum to DIFlagEnumClass. NFC 2019-01-08 17:52:29 +00:00
Bindings
Bitcode
BugPoint
CodeGen [x86] allow insert/extract when matching horizontal ops 2019-01-11 14:27:59 +00:00
DebugInfo [DEBUGINFO][NVPTX]Make tests more strict, NFC. 2019-01-09 15:41:44 +00:00
Demangle [llvm-undname] Add support for demangling msvc's noexcept types. 2019-01-08 21:05:51 +00:00
Examples
ExecutionEngine
Feature
FileCheck [FileCheck] Don't propagate FILECHECK_DUMP_INPUT_ON_FAILURE and 2019-01-10 17:24:06 +00:00
Instrumentation Revert r350647: "[NewPM] Port tsan" 2019-01-09 13:32:16 +00:00
Integer
JitListener
Linker
LTO
MC [MSP430] Minor fixes/improvements for assembler/disassembler 2019-01-10 22:59:50 +00:00
Object
ObjectYAML [WebAssembly] Massive instruction renaming 2019-01-08 06:25:55 +00:00
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-objcopy][NFC] Consistenly use two dashes for flags in tests. 2019-01-11 18:06:31 +00:00
Transforms [MergeFunc] Erase unused duplicate functions if they are discardable 2019-01-11 17:56:35 +00:00
Unit
Verifier [Verifier] Reject invalid type for DILocalVariable. 2019-01-07 23:09:09 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh