diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2020-07-09 01:04:16 -0500 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2020-07-09 01:06:55 -0500 |
commit | e3e47e80355422df2e730cf97a0c80bb6de3915e (patch) | |
tree | 0e7ee0c3a195e1dc929aabfd139ab20bb0bde899 /llvm/lib/Support/CommandLine.cpp | |
parent | 305b500eaf8c3b6a319e4571b4279a4694645d0d (diff) | |
download | llvm-e3e47e80355422df2e730cf97a0c80bb6de3915e.zip llvm-e3e47e80355422df2e730cf97a0c80bb6de3915e.tar.gz llvm-e3e47e80355422df2e730cf97a0c80bb6de3915e.tar.bz2 |
[OpenMP] Make complex soft-float functions on the GPU weak definitions
To avoid linkage errors we have to ensure the linkage allows multiple
definitions of these compiler inserted functions. Since they are on the
cold path of complex computations, we want to avoid `inline`. Instead,
we opt for `weak` and `noinline` for now.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions