--export-dynamic is not always available on all targets.
-funwind-tables was a duplicate in the lit.site.cfg.in.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG05598e3d3047: [libunwind] Fix linker flag handling in the tests.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
self.cxx has a function to test compiler flags addFlagIfSupported but there is no support for linker flag (yet).
libunwind/test/libunwind/test/config.py | ||
---|---|---|
47 | This also works on most other operating systems that use ld.lld/ld.bfd (e.g. FreeBSD). Maybe it should be 'darwin' not in self.config.target_triple? |
libunwind/test/libunwind/test/config.py | ||
---|---|---|
47 | Make sense to me, hopefully we have enough bots to tests all. |
This also works on most other operating systems that use ld.lld/ld.bfd (e.g. FreeBSD). Maybe it should be 'darwin' not in self.config.target_triple?