[all-commits] [llvm/llvm-project] 81bde1: [NFCI] Change SpecialCaseList::inSectionBlame to r...
Qinkun Bao via All-commits
all-commits at lists.llvm.org
Tue May 27 21:18:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81bde1040c8042e7933e62a9d57082f62a681759
https://github.com/llvm/llvm-project/commit/81bde1040c8042e7933e62a9d57082f62a681759
Author: Qinkun Bao <qinkun at google.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M llvm/include/llvm/Support/SpecialCaseList.h
M llvm/lib/Support/SpecialCaseList.cpp
M llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp
M llvm/unittests/Support/SpecialCaseListTest.cpp
Log Message:
-----------
[NFCI] Change SpecialCaseList::inSectionBlame to return pair<uint, uint> (FileIdx, LineNo). (#141540)
Accoring to the discussion in https://github.com/llvm/llvm-project/pull/140529, we need to SSCL can be created from multiple ignore list files, so we can repeat-fsanitize-ignorelist=. The change is necessary to achieve the feature described in https://github.com/llvm/llvm-project/issues/139128.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list