| commit | 015bded23ff905426b56699625f3d43cd3dfda27 | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Sep 11 20:18:09 2017 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Sep 11 20:18:09 2017 +0000 |
| tree | 523bba6b43430855099904e3d62c282992c8c37f | |
| parent | 5941b0bb632afee25ae9eb6ed6b998871459f9df [diff] |
Driver: default to `-fno-use-cxatexit` on Windows This primarily impacts the Windows MSVC and Windows itanium environments. Windows MSVC does not use `__cxa_atexit` and Itanium follows suit. Simplify the logic for the default value calculation and blanket the Windows environments to default to off for use of `__cxa_atexit`. llvm-svn: 312941