[all-commits] [llvm/llvm-project] 270f63: MC: Convert tests to opaque pointers
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Nov 27 20:10:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 270f63b84a612dfa438df3d59903bb76fa0c7740
https://github.com/llvm/llvm-project/commit/270f63b84a612dfa438df3d59903bb76fa0c7740
Author: Fangrui Song <i at maskray.me>
Date: 2022-11-27 (Sun, 27 Nov 2022)
Changed paths:
M llvm/test/MC/AArch64/coff-debug.ll
M llvm/test/MC/AArch64/elf-globaladdress.ll
M llvm/test/MC/AArch64/ir-to-imgrel.ll
M llvm/test/MC/ARM/cxx-global-constructor.ll
M llvm/test/MC/ARM/data-in-code.ll
M llvm/test/MC/AsmParser/pr28805.ll
M llvm/test/MC/COFF/cgprofile.ll
M llvm/test/MC/COFF/const-gv-with-rel-init.ll
M llvm/test/MC/COFF/cross-section-relative.ll
M llvm/test/MC/COFF/global_ctors_dtors.ll
M llvm/test/MC/COFF/ir-to-imgrel.ll
M llvm/test/MC/COFF/tricky-names.ll
M llvm/test/MC/ELF/bss.ll
M llvm/test/MC/ELF/cfi-version.ll
M llvm/test/MC/ELF/cgprofile.ll
M llvm/test/MC/ELF/entsize.ll
M llvm/test/MC/ELF/section-relro.ll
M llvm/test/MC/Hexagon/extended_relocations.ll
M llvm/test/MC/MachO/AArch64/cstexpr-gotpcrel.ll
M llvm/test/MC/MachO/ARM/cstexpr-gotpcrel.ll
M llvm/test/MC/MachO/ARM/no-tls-assert.ll
M llvm/test/MC/MachO/cgprofile.ll
M llvm/test/MC/MachO/cstexpr-gotpcrel-32.ll
M llvm/test/MC/MachO/cstexpr-gotpcrel-64.ll
M llvm/test/MC/MachO/tlv-bss.ll
M llvm/test/MC/Mips/elf-bigendian.ll
M llvm/test/MC/Mips/sym-offset.ll
M llvm/test/MC/WebAssembly/blockaddress.ll
M llvm/test/MC/WebAssembly/bss.ll
M llvm/test/MC/WebAssembly/data-symbol-in-text-section.ll
M llvm/test/MC/WebAssembly/debug-byval-struct.ll
M llvm/test/MC/WebAssembly/debug-info.ll
M llvm/test/MC/WebAssembly/debug-info64.ll
M llvm/test/MC/WebAssembly/debug-localvar.ll
M llvm/test/MC/WebAssembly/debug-template-param.ll
M llvm/test/MC/WebAssembly/dwarfdump.ll
M llvm/test/MC/WebAssembly/dwarfdump64.ll
M llvm/test/MC/WebAssembly/extern-functype-intrinsic.ll
M llvm/test/MC/WebAssembly/external-data.ll
M llvm/test/MC/WebAssembly/external-func-address.ll
M llvm/test/MC/WebAssembly/func-address.ll
M llvm/test/MC/WebAssembly/function-alias.ll
M llvm/test/MC/WebAssembly/global-ctor-dtor.ll
M llvm/test/MC/WebAssembly/libcall.ll
M llvm/test/MC/WebAssembly/no-dead-strip.ll
M llvm/test/MC/WebAssembly/offset.ll
M llvm/test/MC/WebAssembly/reloc-data.ll
M llvm/test/MC/WebAssembly/reloc-relative.ll
M llvm/test/MC/WebAssembly/tag-section-decoding.ll
M llvm/test/MC/WebAssembly/tag-section.ll
M llvm/test/MC/WebAssembly/unnamed-data.ll
M llvm/test/MC/X86/intel-syntax-var-offset.ll
Log Message:
-----------
MC: Convert tests to opaque pointers
More information about the All-commits
mailing list