未验证 提交 5ec1a087 编写于 作者: Y Yuan Shuai 提交者: GitHub

[LITE][BUILD] fix clang compile armv8 cpu 's shared lib. test=develop (#3123)

* fix clang compile armv8 cpu 's shared lib. test=develop

* use build-in shared helper function. test=develop
上级 4e354279
......@@ -206,7 +206,7 @@ class LITE_API MobileConfig : public ConfigBase {
};
template <typename ConfigT>
std::shared_ptr<PaddlePredictor> CreatePaddlePredictor(const ConfigT&);
LITE_API std::shared_ptr<PaddlePredictor> CreatePaddlePredictor(const ConfigT&);
} // namespace lite_api
} // namespace paddle
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册