diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-08-20 21:03:30 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-08-20 21:03:30 +0000 |
| commit | 6aa46a19c56750e17f7acedc47d95111fd2dcd5d (patch) | |
| tree | e34ae427575758352981df5376a2975e2dbcd403 /lib/Driver/ToolChains/MSVC.cpp | |
| parent | ffe56ea4c355b82c6fdbed4befc7fe3b956e35a2 (diff) | |
Notes
Diffstat (limited to 'lib/Driver/ToolChains/MSVC.cpp')
| -rw-r--r-- | lib/Driver/ToolChains/MSVC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains/MSVC.cpp b/lib/Driver/ToolChains/MSVC.cpp index 9e9d943610be..b871c856d2a0 100644 --- a/lib/Driver/ToolChains/MSVC.cpp +++ b/lib/Driver/ToolChains/MSVC.cpp @@ -699,7 +699,7 @@ bool MSVCToolChain::IsIntegratedAssemblerDefault() const { return true; } -bool MSVCToolChain::IsUnwindTablesDefault() const { +bool MSVCToolChain::IsUnwindTablesDefault(const ArgList &Args) const { // Emit unwind tables by default on Win64. All non-x86_32 Windows platforms // such as ARM and PPC actually require unwind tables, but LLVM doesn't know // how to generate them yet. |
