summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorSergey Dmitriev <serguei.n.dmitriev@intel.com>2019-09-27 20:00:51 +0000
committerSergey Dmitriev <serguei.n.dmitriev@intel.com>2019-09-27 20:00:51 +0000
commit4b343fd84c0bdf1a0dbec796ce21898625f992eb (patch)
tree6c78f366da27493f23f56e2999ec5f84dbcce617 /lldb/packages/Python/lldbsuite/test/python_api
parent159ef37735f21ae373282e0c53cbd9b6af1e0dfd (diff)
downloadbcm5719-llvm-4b343fd84c0bdf1a0dbec796ce21898625f992eb.tar.gz
bcm5719-llvm-4b343fd84c0bdf1a0dbec796ce21898625f992eb.zip
[Clang][OpenMP Offload] Create start/end symbols for the offloading entry table with a help of a linker
Linker automatically provides __start_<section name> and __stop_<section name> symbols to satisfy unresolved references if <section name> is representable as a C identifier (see https://sourceware.org/binutils/docs/ld/Input-Section-Example.html for details). These symbols indicate the start address and end address of the output section respectively. Therefore, renaming OpenMP offload entries section name from ".omp.offloading_entries" to "omp_offloading_entries" to use this feature. This is the first part of the patch for eliminating OpenMP linker script (please see https://reviews.llvm.org/D64943). Differential Revision: https://reviews.llvm.org/D68070 llvm-svn: 373118
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud