llvm-project/clang/lib
Petr Hosek e63da24f57 [Driver] Fuchsia targets default to -fasynchronous-unwind-tables
This regressed for x86-64 in r307856 because it's no longer inherited
from Generic_GCC. We'd never noticed that it was missing other
targets (i.e. aarch64), but Fuchsia is uniform across all machines.

Patch by Roland McGrath

Differential Revision: https://reviews.llvm.org/D37723

llvm-svn: 312989
2017-09-12 01:28:37 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Fix broken links to the Itanium CXX ABI 2017-09-12 00:21:17 +00:00
ASTMatchers Add objcImplementationDecl matcher 2017-09-10 21:00:15 +00:00
Analysis Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
Basic [Basic] Update CMakeLists.txt to handle repo 2017-09-09 14:18:53 +00:00
CodeGen [codeview] omit debug locations for nested exprs unless column info enabled 2017-09-11 22:11:57 +00:00
Driver [Driver] Fuchsia targets default to -fasynchronous-unwind-tables 2017-09-12 01:28:37 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: [JS] wrap and indent `goog.setTestOnly` calls. 2017-09-11 15:22:52 +00:00
Frontend [PCH] Allow VFS to be used for tests that generate PCH files 2017-09-11 15:03:23 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [CUDA] Added rudimentary support for CUDA-9 and sm_70. 2017-09-07 18:14:32 +00:00
Index Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
Lex [Lexer] Report more precise skipped regions (PR34166) 2017-09-11 20:47:42 +00:00
Parse Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [clang][SemaStmtAsm] small refactoring, NFC. 2017-09-10 12:39:21 +00:00
Serialization Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
StaticAnalyzer [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h 2017-09-06 21:45:03 +00:00
Tooling clang-rename: let -force handle multiple renames 2017-09-11 20:18:38 +00:00
CMakeLists.txt