Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 7f97a60

Browse files
authored
Merge pull request #180 from mingzhe09088/fix-overload-virtual
Fix compilation issue: hides overloaded virtual functions
2 parents aad2976 + 8b2b49d commit 7f97a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/polyhedral/codegen_llvm.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ class CodeGen_TC : public Halide::Internal::CodeGen_X86 {
250250
}
251251

252252
protected:
253+
using CodeGen_X86::visit;
253254
void visit(const Halide::Internal::Call* call) override {
254255
if (call->call_type == Halide::Internal::Call::CallType::Image ||
255256
call->call_type == Halide::Internal::Call::CallType::Halide) {

0 commit comments

Comments
 (0)