llvm-project/clang/test
Martin Storsjö ac1f7ab007 [clang] [Darwin] Add reverse mappings for aarch64/aarch64_32 to darwin arch names
These are mapped in MachO::getMachOArchName already, but were missing
in ToolChain::getDefaultUniversalArchName.

Having these reverse mapped here fixes weird inconsistencies like
-dumpmachine showing a target triple like "aarch64-apple-darwin",
while "clang -target aarch64-apple-darwin" didn't use to work (ended
up mapped as unknown-apple-ios).

Differential Revision: https://reviews.llvm.org/D79117
2020-05-29 15:23:14 +03:00
..
ARCMT
AST [AST][RecoveryExpr] Make DeduceAutoType fail if the auto is deduced from recovery exprs. 2020-05-29 09:54:28 +02:00
ASTMerge
Analysis [analyzer] Introduce reasoning about symbolic remainder operator 2020-05-28 18:56:38 +03:00
CXX [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
ClangScanDeps
CodeCompletion [AST] Preserve the type in RecoveryExprs for broken function calls. 2020-05-11 08:46:18 +02:00
CodeGen Run Coverage pass before other *San passes under new pass manager, round 2 2020-05-28 17:04:47 -07:00
CodeGenCUDA Fix debug info for NoDebug attr 2020-05-21 09:02:56 -04:00
CodeGenCXX [DebugInfo] Use SplitTemplateClosers (foo<bar<baz> >) in DWARF too 2020-05-28 12:30:38 +02:00
CodeGenCoroutines [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
CodeGenHIP
CodeGenObjC [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
CodeGenObjCXX [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
CodeGenOpenCL AMDGPU: Add intrinsic for s_setreg 2020-05-28 14:26:38 -04:00
CodeGenOpenCLCXX [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
CodeGenSYCL [SYCL] Update __builtin_unique_stable_name for other backends. 2020-04-17 07:54:18 -07:00
Coverage
CoverageMapping
Driver [clang] [Darwin] Add reverse mappings for aarch64/aarch64_32 to darwin arch names 2020-05-29 15:23:14 +03:00
FixIt
Format
Frontend [Lexer] Fix invalid suffix diagnostic for fixed-point literals 2020-05-27 16:16:56 -07:00
Headers Prevent test from failing in my home directory 2020-05-28 16:14:49 +02:00
Import [CodeGen] Emit destructor calls to destruct compound literals 2020-03-10 14:08:28 -07:00
Index [clang][index] Fix a crash for accessing a null field decl. 2020-05-21 09:47:36 +02:00
Integration
InterfaceStubs [llvm][clang][IFS] Enhancing the llvm-ifs yaml format for symbol lists. 2020-04-01 10:49:06 -04:00
Layout [MS] Fix packed struct layout for arrays of aligned non-record types 2020-04-14 18:34:52 -07:00
Lexer [clang][slh] Add test for SLH feature checking macro 2020-05-15 12:23:31 -07:00
Misc [PowerPC] Add support for -mcpu=pwr10 in both clang and llvm 2020-05-27 13:14:25 -05:00
Modules [DebugInfo] Use SplitTemplateClosers (foo<bar<baz> >) in DWARF too 2020-05-28 12:30:38 +02:00
OpenMP [OPENMP50]Initial support for use_device_addr clause. 2020-05-27 11:35:31 -04:00
PCH [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
Parser [clang][asm goto][slh] Warn if asm goto + SLH 2020-05-20 09:46:18 -07:00
ParserSYCL [SYCL] Implement __builtin_unique_stable_name. 2020-03-25 07:01:50 -07:00
Preprocessor [PowerPC] Add support for -mcpu=pwr10 in both clang and llvm 2020-05-27 13:14:25 -05:00
Profile [PGO] Fix computation of function Hash 2020-05-27 09:15:21 +02:00
Refactor
Rewriter
Sema [AST][RecoveryExpr] Make DeduceAutoType fail if the auto is deduced from recovery exprs. 2020-05-29 09:54:28 +02:00
SemaCUDA Revert "[CUDA][HIP] Workaround for resolving host device function against wrong-sided function" 2020-05-18 12:22:55 -07:00
SemaCXX Fix handling of default arguments in __attribute__((enable_if)). 2020-05-28 15:35:22 -07:00
SemaObjC [ObjC] Add compatibility mode for type checking of qualified id block parameters. 2020-05-14 12:08:19 -07:00
SemaObjCXX [AST] dont invaliate VarDecl when the initializer contains errors. 2020-04-21 10:53:35 +02:00
SemaOpenCL AMDGPU: Add intrinsic for s_setreg 2020-05-28 14:26:38 -04:00
SemaOpenCLCXX [OpenCL] Added addrspace_cast operator in C++ mode. 2020-05-18 12:07:54 +01:00
SemaSYCL
SemaTemplate PR45589: Properly decompose overloaded `&&` and `||` operators in 2020-05-12 13:45:45 -07:00
TableGen
Templight
Tooling [Tooling] Drop leading/trailing whitespace from compile_flags.txt lines 2020-05-19 11:20:02 +02:00
Unit Revert a few unsuccessful attempts at fixing bots. 2020-04-13 17:09:21 -04:00
VFS
clang-rename
utils/update_cc_test_checks
.clang-format
CMakeLists.txt Stop passing site cfg files via --param to llvm-lit. 2020-04-07 08:20:40 -04:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Fix an indent. 2020-04-13 11:54:00 -04:00
lit.site.cfg.py.in Revert "Temporarily revert "build: use `find_package(Python3)` if available"" 2020-04-29 01:38:08 +00:00
make_test_dirs.pl