llvm-project/clang/lib/Driver
Sergey Dmitriev 4b343fd84c [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
2019-09-27 20:00:51 +00:00
..
ToolChains [Clang][OpenMP Offload] Create start/end symbols for the offloading entry table with a help of a linker 2019-09-27 20:00:51 +00:00
Action.cpp
CMakeLists.txt
Compilation.cpp
DarwinSDKInfo.cpp
Distro.cpp
Driver.cpp [static analyzer] Remove --analyze-auto 2019-09-24 00:37:25 +00:00
DriverOptions.cpp [Driver] Use shared singleton instance of DriverOptTable 2019-09-04 14:26:28 +00:00
InputInfo.h
Job.cpp
Multilib.cpp
Phases.cpp
SanitizerArgs.cpp [AArch64] Make the memtag sanitizer require the memtag extension 2019-08-13 14:20:06 +00:00
Tool.cpp
ToolChain.cpp Enable memtag sanitizer in all AArch64 toolchains 2019-08-13 14:20:23 +00:00
Types.cpp [static analyzer] Remove --analyze-auto 2019-09-24 00:37:25 +00:00
XRayArgs.cpp [driver][xray] fix the macOS support checker by supporting -macos 2019-08-27 18:26:36 +00:00