OSDN Git Service

Fixes for LLDB build to work around host 4.6.2+ compiler issues.
authorTodd Fiala <tfiala@google.com>
Tue, 5 Nov 2013 22:38:34 +0000 (14:38 -0800)
committerTodd Fiala <tfiala@google.com>
Tue, 5 Nov 2013 23:39:49 +0000 (15:39 -0800)
commit0de283dfa2686e30b44a3f6d7ce081588bf4910f
treef26f57c479b466ea3e56475ac2362fe2aa62a8ce
parentba309b04ea5c66df1bc1c27849642d2602ab869d
Fixes for LLDB build to work around host 4.6.2+ compiler issues.

These fixes to the LLVM 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 LLDB and clang changes)
local to android only until we either fix the compiler or use a new one
for host executable builds.

Change-Id: I8c6b31be0b3cfc79cb89b591c41cbbfdf0157c6c
include/llvm/Target/TargetOptions.h