[all-commits] [llvm/llvm-project] d840e5: [DebugInfo][test] Fix section flags/type to avoid ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 18 20:53:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d840e5452315e69d44cfe44b766e633964681b6a
https://github.com/llvm/llvm-project/commit/d840e5452315e69d44cfe44b766e633964681b6a
Author: Fangrui Song <maskray at google.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M llvm/test/DebugInfo/X86/dwarfdump-header.s
M llvm/test/DebugInfo/X86/dwarfdump-line-dwo.s
M llvm/test/DebugInfo/X86/dwarfdump-rnglists-dwarf64.s
M llvm/test/DebugInfo/X86/dwarfdump-rnglists.s
M llvm/test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s
M llvm/test/DebugInfo/X86/dwarfdump-str-offsets-invalid-6.s
M llvm/test/DebugInfo/X86/dwarfdump-str-offsets.s
M llvm/test/DebugInfo/X86/invalid-unit-header.s
M llvm/test/tools/llvm-dwarfdump/X86/debug-names-find-dwo.s
M llvm/test/tools/llvm-dwarfdump/X86/debug_loc_dwo.s
M llvm/test/tools/llvm-dwarfdump/X86/eh-frame-return-address-reg.s
M llvm/test/tools/llvm-dwarfdump/X86/typeunit-name.s
M llvm/test/tools/llvm-dwarfdump/X86/verify_debug_abbrev.s
Log Message:
-----------
[DebugInfo][test] Fix section flags/type to avoid warning/error in the future
A future MC change may add a warning/error when a .section directive
specifies incorrect sh_flags/sh_type. Fix the tests to use correct
sh_flags/sh_type.
More information about the All-commits
mailing list