[all-commits] [llvm/llvm-project] 1d66c5: [ARM] Fix bug in also_compatible_with attribute pa...
Victor Campos via All-commits
all-commits at lists.llvm.org
Mon Aug 22 01:40:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d66c5ebbc43cb8c08e5aa54310b7b09d965a808
https://github.com/llvm/llvm-project/commit/1d66c5ebbc43cb8c08e5aa54310b7b09d965a808
Author: Victor Campos <victor.campos at arm.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M llvm/include/llvm/Support/ELFAttributeParser.h
M llvm/lib/Support/ARMAttributeParser.cpp
M llvm/lib/Support/ELFAttributeParser.cpp
Log Message:
-----------
[ARM] Fix bug in also_compatible_with attribute parser
Check ScopedPrinter pointer before attempting to print the attribute's
parsed information.
Patch by Michael Platings and Victor Campos
Reviewed By: pratlucas
Differential Revision: https://reviews.llvm.org/D132214
More information about the All-commits
mailing list