[all-commits] [llvm/llvm-project] 87387c: [AIX] Bump DWARF versions to 3 because XCOFF64 req...
Jake Egan via All-commits
all-commits at lists.llvm.org
Tue Feb 1 08:18:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87387c403b47ad052249bb7e7068123067d1b6e9
https://github.com/llvm/llvm-project/commit/87387c403b47ad052249bb7e7068123067d1b6e9
Author: Jake Egan <jakeegan10 at gmail.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M llvm/test/DebugInfo/Generic/enum-types.ll
M llvm/test/DebugInfo/Generic/namespace.ll
M llvm/test/DebugInfo/Generic/tu-composite.ll
M llvm/test/DebugInfo/Generic/tu-member-pointer.ll
M llvm/test/DebugInfo/Generic/varargs.ll
M llvm/test/Linker/Inputs/type-unique-simple2-a.ll
M llvm/test/Linker/Inputs/type-unique-simple2-b.ll
M llvm/test/Linker/type-unique-simple-a.ll
M llvm/test/Linker/type-unique-simple-b.ll
M llvm/test/Linker/type-unique-simple2-a.ll
M llvm/test/Linker/type-unique-simple2-b.ll
M llvm/test/Linker/type-unique-type-array-a.ll
M llvm/test/Linker/type-unique-type-array-b.ll
Log Message:
-----------
[AIX] Bump DWARF versions to 3 because XCOFF64 requires DWARF64
DWARF64 was implemented at version 3, so if a DWARF version less than 3 is specified, DWARF64 does not get selected. Since XCOFF64 requires DWARF64, the modified tests fail on 64-bit AIX. This patch bumps these tests to dwarf version 3 to maintain test coverage on 64-bit AIX.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D114110
More information about the All-commits
mailing list