commit | 8aaa52329ade20107fe28af7085b0a1f395816a8 | [log] [tgz] |
---|---|---|
author | Todd Fiala <[email protected]> | Tue Nov 05 11:17:04 2013 -0800 |
committer | Todd Fiala <[email protected]> | Tue Nov 05 18:27:49 2013 -0800 |
tree | 7a30c611e9578fdb50f3360ed899fad2cc43a3eb | |
parent | d55c5b19487ef22383a32548f1143f1dfac2478f [diff] |
Fixes for LLDB build to work around host 4.6.2+ compiler issues. These fixes to the LLDB source add manual copy constructor and operator=() methods for classes that use member bitfields and are used in templated containers. The intent is to keep this change (and related LLVM and clang changes) local to android only until we either fix the compiler or use a new one for host executable builds.