Skip to content

Commit

Permalink
Auto merge of #110523 - ecnelises:llvm_isa_fix, r=cuviper
Browse files Browse the repository at this point in the history
Replace LLVM any_isa with any_cast

Per https://github.com/rust-lang/llvm-project/blob/585a6eb3ebf7c40fd7c1b23e3ece557b3cc2aa36/llvm/include/llvm/ADT/Any.h#L130 , `any_isa` has been deprecated in LLVM. Use `any_cast` instead to avoid warnings.
  • Loading branch information
bors committed Apr 22, 2023
2 parents db43375 + c353ea0 commit 0fd5915
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0fd5915

Please sign in to comment.