haikuwebkit/Tools/coverage
David Kilzer 742fb587e0 Ignore weak external symbols in clang coverage builds using check-for-weak-vtables-and-externals
<https://webkit.org/b/228063>
<rdar://problem/80477138>

Reviewed by Alexey Proskuryakov.

* Scripts/check-for-weak-vtables-and-externals:
- Ignore weak symbols from llvm when building with
  coverage enabled.  This fixes the build.
* coverage/coverage.xcconfig:
(UNEXPORTED_SYMBOL_LDFLAGS_FOR_COVERAGE): Remove.
- Can't use -unexported_symbol and -exported_symbol
  together, so remove this.


Canonical link: https://commits.webkit.org/239763@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280021 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-07-18 22:59:28 +00:00
..
coverage.xcconfig Ignore weak external symbols in clang coverage builds using check-for-weak-vtables-and-externals 2021-07-18 22:59:28 +00:00