Skip to content

Conversation

@vitalybuka
Copy link
Collaborator

@vitalybuka vitalybuka commented Oct 22, 2025

Copied here from header by mistake in #163279.

@llvmbot
Copy link
Member

llvmbot commented Oct 22, 2025

@llvm/pr-subscribers-llvm-support

Author: Vitaly Buka (vitalybuka)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/164526.diff

1 Files Affected:

  • (modified) llvm/lib/Support/SpecialCaseList.cpp (+1-1)
diff --git a/llvm/lib/Support/SpecialCaseList.cpp b/llvm/lib/Support/SpecialCaseList.cpp
index 549c4183298d8..f74e52a3a7fa9 100644
--- a/llvm/lib/Support/SpecialCaseList.cpp
+++ b/llvm/lib/Support/SpecialCaseList.cpp
@@ -111,7 +111,7 @@ Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber) {
   return std::visit([&](auto &V) { return V.insert(Pattern, LineNumber); }, M);
 }
 
-LLVM_ABI void SpecialCaseList::Matcher::preprocess(bool BySize) {
+void SpecialCaseList::Matcher::preprocess(bool BySize) {
   return std::visit([&](auto &V) { return V.preprocess(BySize); }, M);
 }
 

melver and others added 2 commits October 21, 2025 18:14
Created using spr 1.3.7

[skip ci]
Created using spr 1.3.7
@vitalybuka vitalybuka added the skip-precommit-approval PR for CI feedback, not intended for review label Oct 22, 2025
@vitalybuka vitalybuka changed the base branch from users/vitalybuka/spr/main.nfcspecialcaselist-remove-llvm_abi-from-specialcaselistmatcherpreprocess to main October 22, 2025 01:15
@vitalybuka vitalybuka enabled auto-merge (squash) October 22, 2025 01:16
@vitalybuka vitalybuka merged commit c121241 into main Oct 22, 2025
12 of 14 checks passed
@vitalybuka vitalybuka deleted the users/vitalybuka/spr/nfcspecialcaselist-remove-llvm_abi-from-specialcaselistmatcherpreprocess branch October 22, 2025 01:44
@llvm-ci
Copy link
Collaborator

llvm-ci commented Oct 22, 2025

LLVM Buildbot has detected a new failure on builder ppc64le-mlir-rhel-clang running on ppc64le-mlir-rhel-test while building llvm at step 6 "test-build-check-mlir-build-only-check-mlir".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/129/builds/31922

Here is the relevant piece of the build log for the reference
Step 6 (test-build-check-mlir-build-only-check-mlir) failure: 1200 seconds without output running [b'ninja', b'check-mlir'], attempting to kill
...
PASS: MLIR-Unit :: Target/LLVM/./MLIRTargetLLVMTests/2/5 (3589 of 3600)
PASS: MLIR-Unit :: Target/LLVM/./MLIRTargetLLVMTests/0/5 (3590 of 3600)
PASS: MLIR :: mlir-runner/utils.mlir (3591 of 3600)
PASS: MLIR-Unit :: Target/LLVM/./MLIRTargetLLVMTests/3/5 (3592 of 3600)
PASS: MLIR-Unit :: Target/LLVM/./MLIRTargetLLVMTests/1/5 (3593 of 3600)
PASS: MLIR :: mlir-tblgen/llvm-intrinsics.td (3594 of 3600)
PASS: MLIR :: Dialect/Vector/vector-tofrom-elements-to-shuffle-tree-transforms.mlir (3595 of 3600)
PASS: MLIR-Unit :: IR/./MLIRIRTests/99/130 (3596 of 3600)
PASS: MLIR :: mlir-tblgen/op-error.td (3597 of 3600)
PASS: MLIR :: Pass/pipeline-options-parsing.mlir (3598 of 3600)
command timed out: 1200 seconds without output running [b'ninja', b'check-mlir'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1348.928271

Lukacma pushed a commit to Lukacma/llvm-project that referenced this pull request Oct 29, 2025
…:preprocess. (llvm#164526)

Copied here from header by mistake.

---------

Co-authored-by: Marco Elver <elver@google.com>
aokblast pushed a commit to aokblast/llvm-project that referenced this pull request Oct 30, 2025
…:preprocess. (llvm#164526)

Copied here from header by mistake.

---------

Co-authored-by: Marco Elver <elver@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llvm:support skip-precommit-approval PR for CI feedback, not intended for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants