Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Feature/linux release5 (#28)
Browse files Browse the repository at this point in the history
* Linux linking fix.

* Linux release.

* Fix tag trigger.

* Use 'release' as 'Release' doesn't work.

* Typo fix.

* Fix typo.
  • Loading branch information
jsmall-zzz authored Sep 23, 2021
1 parent 8d0f5a2 commit 8002b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/slang-llvm/slang-llvm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class LLVMDownstreamCompileResult : public ISlangSharedLibrary, public Downstrea
}

protected:
ISlangUnknown* LLVMDownstreamCompileResult::getInterface(const Guid& guid);
ISlangUnknown* getInterface(const Guid& guid);

std::unique_ptr<llvm::orc::LLJIT> m_jit;
};
Expand Down

0 comments on commit 8002b86

Please sign in to comment.