[PATCH] D25402: [Driver] Pass -lunwind along with compiler-rt when necessary on Linux

2017-03-08 Thread Michał Górny via Phabricator via cfe-commits
mgorny added a comment. @compnerd, I presume that the option would do nothing when using `-rtlib=libgcc`, correct? Or do we support combining libgcc with another unwinder? https://reviews.llvm.org/D25402 ___ cfe-commits mailing list

[PATCH] D25402: [Driver] Pass -lunwind along with compiler-rt when necessary on Linux

2017-01-26 Thread Saleem Abdulrasool via Phabricator via cfe-commits
compnerd requested changes to this revision. compnerd added a comment. This revision now requires changes to proceed. This really needs a new driver flag (`-unwinder`?) similar to `-rtlib`, as there are multiple unwinders, and it is unclear which unwinder is the proper one on a given target.

[PATCH] D25402: [Driver] Pass -lunwind along with compiler-rt when necessary on Linux

2017-01-26 Thread Michał Górny via Phabricator via cfe-commits
mgorny updated this revision to Diff 85875. mgorny retitled this revision from "[Driver] Pass -lunwind when using libc++ + compiler-rt on Linux" to "[Driver] Pass -lunwind along with compiler-rt when necessary on Linux". mgorny edited the summary of this revision. mgorny added a comment. Herald