[PATCH] D80463: Debug Info: Mark os_log helper functions as artificial

2020-05-26 Thread Adrian Prantl via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb59b3640bcbd: Debug Info: Mark os_log helper functions as artificial (authored by aprantl). Herald added a project: clang. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://review

[PATCH] D80463: Debug Info: Mark os_log helper functions as artificial

2020-05-22 Thread Vedant Kumar via Phabricator via cfe-commits
vsk accepted this revision. vsk added a comment. This revision is now accepted and ready to land. Thanks, lgtm! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80463/new/ https://reviews.llvm.org/D80463 ___ cfe-commits mailing list cfe-commit

[PATCH] D80463: Debug Info: Mark os_log helper functions as artificial

2020-05-22 Thread Adrian Prantl via Phabricator via cfe-commits
aprantl created this revision. aprantl added reviewers: vsk, ahatanak, JDevlieghere, friss. aprantl added a project: debug-info. Herald added a subscriber: dexonsmith. aprantl edited the summary of this revision. The os_log helper functions are linkonce_odr and supposed to be uniqued across TUs,