Revision rL301443 added an ad-hoc codesigning step when building compiler-rt
dylibs. My understanding is that this is needed for testing such dylibs in
the iOS simulator. However, adding such a step is problematic for cross
compilation to OS X from other platforms, as the codesign utility is
generally not available in a cross compilation environment. Since there is
AFAIK no benefit to ad-hoc signing these libraries on OS X, restrict the
extra codesign step to IOS.
Details
Details
- Reviewers
kubamracek eugenis
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 43839 Build 44856: arc lint + arc unit