[Lldb-commits] [PATCH] D11256: Fix build errors on older versions of gcc
Tamas Berghammer
tberghammer at google.com
Thu Jul 16 05:46:45 PDT 2015
tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.
Looks good to me, but I am not sure if gcc-4.6 supports all c++11 feature we are using and LLVM officially supports gcc-4.7+, so you might run into other issues also using gcc-4.6. If possible, I suggest to try to upgrade your compiler to avoid further issues.
http://reviews.llvm.org/D11256
More information about the lldb-commits
mailing list