llvm-project/llvm/test
Jordan Rupprecht 60a8a504f1 [llvm-objdump] Print file format in lowercase to match GNU output.
Summary:
GNU objdump prints the file format in lowercase, e.g. `elf64-x86-64`. llvm-objdump prints `ELF64-x86-64` right now, even though piping that into llvm-objcopy refuses that as a valid arch to use.

As an example of a problem this causes, see: https://github.com/ClangBuiltLinux/linux/issues/779

Reviewers: MaskRay, jhenderson, alexshap

Reviewed By: MaskRay

Subscribers: tpimh, sbc100, grimar, jvesely, nhaehnle, kerbowa, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D74433
2020-02-12 08:17:01 -08:00
..
Analysis [ConstantFolding] Fold calls to FP remainder function 2020-02-12 13:21:18 +02:00
Assembler Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`"" 2020-02-11 20:41:53 -08:00
Bindings Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
Bitcode Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`"" 2020-02-11 20:41:53 -08:00
BugPoint
CodeGen [llvm-objdump] Print file format in lowercase to match GNU output. 2020-02-12 08:17:01 -08:00
DebugInfo Revert "[DebugInfo] Enable the debug entry values feature by default" 2020-02-12 11:59:04 +01:00
Demangle
Examples
ExecutionEngine [ORC] Fix symbol dependence propagation algorithm in ObjectLinkingLayer. 2020-02-11 12:56:41 -08:00
Feature [LoopExtractor] Convert LoopExtractor from LoopPass to ModulePass 2020-02-09 12:25:21 +02:00
FileCheck Improve error message of FileCheck when stdin is empty 2020-02-04 11:14:55 +00:00
Instrumentation [Instrumentation] Set hidden visibility for the bias variable 2020-01-28 12:07:03 -08:00
Integer
JitListener
LTO Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`"" 2020-02-11 20:41:53 -08:00
Linker Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
MC [MC][AVR] Fix AVR test following 740bc366 2020-02-12 14:56:09 +00:00
MachineVerifier Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`"" 2020-02-11 20:41:53 -08:00
Object [llvm-objdump] Print file format in lowercase to match GNU output. 2020-02-12 08:17:01 -08:00
ObjectYAML [DWARF] Return Error from DWARFDebugArangeSet::extract(). 2020-01-23 12:41:05 +07:00
Other Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`"" 2020-02-11 20:41:53 -08:00
Reduce Revert "[llvm-reduce] add ReduceAttribute delta pass" 2020-02-05 14:15:11 -05:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`"" 2020-02-11 20:41:53 -08:00
ThinLTO/X86 Restore "[WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP" 2020-02-11 10:48:05 -08:00
Transforms Re-reapply: Recover debug intrinsics when killing duplicated/empty blocks 2020-02-12 14:36:30 +00:00
Unit
Verifier Implement -fsemantic-interposition 2020-01-31 14:02:33 +01:00
YAMLParser
tools [llvm-objdump] Print file format in lowercase to match GNU output. 2020-02-12 08:17:01 -08:00
.clang-format
CMakeLists.txt [CMake] Delete llvm_add_go_executable and a reference to TARGET llvm-go 2020-02-11 20:55:50 -08:00
TestRunner.sh
lit.cfg.py Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
lit.site.cfg.py.in