Hi all,
in clang, daniel has renamed NoInline to NoInlineDefine (revision
152408). This would break the compilation of lldb, fix it with the
attached patch.
Thanks!
--guanqun
0001-Rename-LangOptions-NoInline-to-NoInlineDefine.patch (816 Bytes)
Hi all,
in clang, daniel has renamed NoInline to NoInlineDefine (revision
152408). This would break the compilation of lldb, fix it with the
attached patch.
Thanks!
--guanqun
0001-Rename-LangOptions-NoInline-to-NoInlineDefine.patch (816 Bytes)
I missed to check that LLDB requires a specific clang version which is
152265 right now. After I checkout this specific version, it can
compiles. Sorry for the noises.
--guanqun