1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Fangrui Song f22250fb3a [AsmPrinter] Rename a comment of .debug_gnu_pubnames entry
Summary:
The comment refers to the field as "Kind:". However, in gdb,

https://sourceware.org/gdb//onlinedocs/gdb/Index-Section-Format.html names it "attributes",
gdb/dwarf2read.c:dw2_symtab_iter_next refers to the whole value as "cu_index_and_attrs"

Change it to `Attributes:` for consistency.

Reviewers: dblaikie

Reviewed By: dblaikie

Subscribers: aprantl, JDevlieghere, arphaman, llvm-commits

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

llvm-svn: 346790
2018-11-13 20:18:08 +00:00
..
Analysis [CostModel][X86] Fix constant vector XOP rights shifts 2018-11-13 16:40:10 +00:00
Assembler [IR] Add a dedicated FNeg IR Instruction 2018-11-13 18:15:47 +00:00
Bindings
Bitcode [IR] Add a dedicated FNeg IR Instruction 2018-11-13 18:15:47 +00:00
BugPoint
CodeGen [WebAssembly] Fix broken assumption that all bitcasts are to functions types 2018-11-13 19:14:02 +00:00
DebugInfo [AsmPrinter] Rename a comment of .debug_gnu_pubnames entry 2018-11-13 20:18:08 +00:00
Demangle [MS demangler] Use a slightly shorter unmangling for mangled strings. 2018-11-09 19:28:50 +00:00
Examples
ExecutionEngine
Feature
FileCheck [FileCheck] introduce CHECK-COUNT-<num> repetition directive 2018-11-13 00:46:13 +00:00
Instrumentation
Integer
JitListener
Linker
LTO
MC Fix .cfi_restore with register numbers > 64 2018-11-13 10:54:49 +00:00
Object [llvm][test] Update tests using objdump 2018-11-11 18:40:33 +00:00
ObjectYAML
Other Add an OptimizerLast EP 2018-11-12 11:17:07 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86 Revert "[ThinLTO] Internalize readonly globals" 2018-11-13 17:35:04 +00:00
tools [llvm-objcopy] Rename --keep to --keep-section. 2018-11-13 19:32:27 +00:00
Transforms [IR] Add a dedicated FNeg IR Instruction 2018-11-13 18:15:47 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh