summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorYaxun Liu <Yaxun.Liu@amd.com>2019-03-05 16:07:56 +0000
committerYaxun Liu <Yaxun.Liu@amd.com>2019-03-05 16:07:56 +0000
commitab851939fc6baf883a1760f18f48adc93ba2b01d (patch)
treec98f37b4e684f283a24c1e3d8e5e991bd4ec3108 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
parent130322e7cc58b7236fd2181126adedc4d90d2322 (diff)
downloadbcm5719-llvm-ab851939fc6baf883a1760f18f48adc93ba2b01d.tar.gz
bcm5719-llvm-ab851939fc6baf883a1760f18f48adc93ba2b01d.zip
[HIP] Do not unbundle object files for -fno-gpu-rdc
When -fno-gpu-rdc is set, device code is compiled, linked, and assembled into fat binary and embedded as string in object files. The object files are normal object files which can be linked by host linker. In the linking stage, the object files should not be unbundled when -fno-gpu-rdc is set since they are normal object files, not bundles. The object files only need to be unbundled when -fgpu-rdc is set. Currently clang always unbundles object files, disregarding -fgpu-rdc option. This patch fixes that. Differential Revision: https://reviews.llvm.org/D58917 llvm-svn: 355410
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud