summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2016-12-08 19:46:04 +0000
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2016-12-08 19:46:04 +0000
commit50ea93a2bda4b4a5a4ea7a879182d0c0cf2f002c (patch)
treef7fbd02e0f3afa3750b907c336b7f399525ecdcf /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
parent64135c35f771c4d0fb9f01e05d167df0d0445710 (diff)
downloadbcm5719-llvm-50ea93a2bda4b4a5a4ea7a879182d0c0cf2f002c.tar.gz
bcm5719-llvm-50ea93a2bda4b4a5a4ea7a879182d0c0cf2f002c.zip
[AMDGPU] Add amdgpu-unify-metadata pass
Multiple metadata values for records such as opencl.ocl.version, llvm.ident and similar are created after linking several modules. For some of them, notably opencl.ocl.version, this creates semantic problem because we cannot tell which version of OpenCL the composite module conforms. Moreover, such repetitions of identical values often create a huge list of unneeded metadata, which grows bitcode size both in memory and stored on disk. It can go up to several Mb when linked against our OpenCL library. Lastly, such long lists obscure reading of dumped IR. The pass unifies metadata after linking. Differential Revision: https://reviews.llvm.org/D25381 llvm-svn: 289092
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud