Host strip tool cannot recognize binary format of files built for another target architecture. The patch allows to override default strip tool name using CMAKE_STRIP configuration variable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Simon,
LGTM with one change.
Cheers,
James
CMakeLists.txt | ||
---|---|---|
82 ↗ | (On Diff #51141) | CMake discovers "strip" by itself. This variable should never be unset, so you shouldn't need this code here. (My CMakeCache.txt without this patch applied defines CMAKE_STRIP:FILEPATH=/usr/bin/strip) |