Skip to content

Commit

Permalink
[bug] Fix bug that building with gcc9.4 will fail (taichi-dev#4823)
Browse files Browse the repository at this point in the history
  • Loading branch information
PGZXB authored and k-ye committed May 5, 2022
1 parent f935a47 commit 91c67b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/llvm/llvm_offline_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ get_offline_cache_key_of_compile_config(CompileConfig *config) {
return serializer.data;
}

static TI_FORCE_INLINE void get_offline_cache_key_of_snode_impl(
static void get_offline_cache_key_of_snode_impl(
SNode *snode,
BinaryOutputSerializer &serializer) {
for (auto &c : snode->ch) {
Expand Down

0 comments on commit 91c67b2

Please sign in to comment.