| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Driver] Automatically enable -munwind-tables if -fseh-exceptions is enabled | Martin Storsjo | 2018-12-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | For targets where SEH exceptions are used by default (on MinGW, only x86_64 so far), -munwind-tables are added automatically. If -fseh-exeptions is enabled on a target where SEH exeptions are availble but not enabled by default yet (aarch64), we need to pass -munwind-tables if -fseh-exceptions was specified. Differential Revision: https://reviews.llvm.org/D55749 llvm-svn: 349452 | ||||
| * | [Driver] Stop passing -fseh-exceptions for x86_64-windows-msvc | Shoaib Meenai | 2018-06-06 | 1 | -0/+9 |
| -fseh-exceptions is only meaningful for MinGW targets, and that driver already has logic to pass either -fdwarf-exceptions or -fseh-exceptions as appropriate. -fseh-exceptions is just a no-op for MSVC triples, and passing it to cc1 causes unnecessary confusion. Differential Revision: https://reviews.llvm.org/D47850 llvm-svn: 334145 | |||||

