summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorSerge Guelton <sguelton@quarkslab.com>2019-01-22 13:48:55 +0000
committerSerge Guelton <sguelton@quarkslab.com>2019-01-22 13:48:55 +0000
commit776f809be3a4d166dc53e7f75acd5bfac4fdbe0f (patch)
tree46fe0d552d679b8521ae92fa375ec48a59966e8a /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
parent933673d8786a905f77b3366f1a6630ab45f6db20 (diff)
downloadbcm5719-llvm-776f809be3a4d166dc53e7f75acd5bfac4fdbe0f.tar.gz
bcm5719-llvm-776f809be3a4d166dc53e7f75acd5bfac4fdbe0f.zip
Fix llvm::is_trivially_copyable portability issues
llvm::is_trivially_copyable portability is verified at compile time using std::is_trivially_copyable as the reference implementation. Unfortunately, the latter is not available on all platforms, so introduce a proper configure check to detect if it is available on the target platform. In a similar manner, std::is_copy_assignable is not fully supported for gcc4.9. Provide a portable (?) implementation instead. Differential Revision: https://reviews.llvm.org/D57018 llvm-svn: 351820
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud