diff options
author | Dean Michael Berris <dberris@google.com> | 2018-06-05 10:18:39 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2018-06-05 10:18:39 +0000 |
commit | 13b2fcc4e6d173b27d4cead4fd7b3f7c5fa7e91d (patch) | |
tree | e0ae2ea94a0569cecba4d2e55465dac75c77f8e3 /llvm/tools | |
parent | abbeb4cbf7ff91fad53bbc78af0c5645e7837316 (diff) | |
download | bcm5719-llvm-13b2fcc4e6d173b27d4cead4fd7b3f7c5fa7e91d.tar.gz bcm5719-llvm-13b2fcc4e6d173b27d4cead4fd7b3f7c5fa7e91d.zip |
[XRay][compiler-rt] Use static instead of inline (NFC)
We don't actually need to support multiple definitions of the functions
in FDR mode, but rather want to make sure that the implementation-detail
functions are marked as 'static' instead. This allows the inliner to do
its magic better for these functions too, since inline functions must
have a unique address across translation units.
llvm-svn: 334001
Diffstat (limited to 'llvm/tools')
0 files changed, 0 insertions, 0 deletions