summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/weak_symbols.txt
Commit message (Collapse)AuthorAgeFilesLines
* [sanitizer] Define as weak, functions that are declared as weak.Marcos Pividori2017-01-311-0/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D29228 llvm-svn: 293681
* Enable weak hooks on darwinFrancis Ricci2017-01-091-0/+6
| | | | | | | | | | | | | | | | Summary: By default, darwin requires a definition for weak interface functions at link time. Adding the '-U' link flag with each weak function allows these weak interface functions to be used without definitions, which mirrors behavior on linux and windows. Reviewers: compnerd, eugenis Subscribers: kubabrecka, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D28203 llvm-svn: 291417
* Revert "Enable weak hooks on darwin"Francis Ricci2017-01-071-6/+0
| | | | | | | | Reverts accidental upload. This reverts commit 421408c0f2cc811bcf9a945be6e95e46f76cb358. llvm-svn: 291316
* Enable weak hooks on darwinFrancis Ricci2017-01-071-0/+6
Summary: By default, darwin requires a definition for weak interface functions at link time. Adding the '-U' link flag with each weak function allows these weak interface functions to be used without definitions, which mirrors behavior on linux and windows. Reviewers: compnerd, eugenis Subscribers: kubabrecka, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D28203 llvm-svn: 291314
OpenPOWER on IntegriCloud