llvm-project/clang/test
Joseph Huber 0bb1bf1b17 [LinkerWrapper] Add AMDGPU specific options to the LLD invocation
We use LLD to perform AMDGPU linking. This linker accepts some arguments
through the `-plugin-opt` facilities. These options match what `Clang`
will output when given the same input.

Reviewed By: yaxunl

Differential Revision: https://reviews.llvm.org/D128923
2022-07-05 13:43:51 -04:00
..
APINotes
ARCMT [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
AST [HLSL] Add ExternalSemaSource & vector alias 2022-07-05 11:30:29 -05:00
ASTMerge
Analysis [analyzer] Fix assertion in simplifySymbolCast 2022-07-05 19:00:23 +02:00
C/drs Test a few more C99 DRs 2022-07-01 13:54:11 -04:00
CXX Revert "Re-apply "Deferred Concept Instantiation Implementation""" 2022-07-01 11:20:16 -07:00
ClangScanDeps [Lex] Make sure to notify `MultipleIncludeOpt` for "read tokens" during fast dependency directive lexing 2022-06-29 15:50:16 -07:00
CodeCompletion
CodeGen [ARM] Add Support for Cortex-M85 2022-07-05 10:43:31 +01:00
CodeGenCUDA [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02:00
CodeGenCUDASPIRV
CodeGenCXX Fix miscompile with [[no_unique_address]] struct fields. 2022-06-29 13:08:40 -07:00
CodeGenCoroutines [Coroutines] Convert coroutine.presplit to enum attr 2022-06-14 14:23:46 +08:00
CodeGenHIP
CodeGenHLSL [HLSL] Enable half type for hlsl. 2022-06-23 12:56:26 -07:00
CodeGenObjC Revert "[SimplifyCFG] Thread branches on same condition in more cases (PR54980)" 2022-07-05 16:57:46 +02:00
CodeGenObjCXX Revert "[SimplifyCFG] Thread branches on same condition in more cases (PR54980)" 2022-07-05 16:57:46 +02:00
CodeGenOpenCL [AMDGPU] Add WMMA clang builtins 2022-07-01 08:55:25 +02:00
CodeGenOpenCLCXX
CodeGenSYCL
Coverage
CoverageMapping [clang][NFC] Cleanup some coroutine tests 2022-05-16 05:15:12 -07:00
Driver [LinkerWrapper] Add AMDGPU specific options to the LLD invocation 2022-07-05 13:43:51 -04:00
ExtractAPI [clang][extract-api] Don't emit symbols prefixed with an underscore 2022-05-25 19:02:18 +01:00
FixIt [Clang][C++23] P2071 Named universal character escapes 2022-06-25 19:03:33 +02:00
Format
Frontend [LV] Add back CantReorderMemOps remark. 2022-07-04 17:23:47 +01:00
Headers [OpenCL] Reword unknown extension pragma diagnostic 2022-06-15 10:54:46 +01:00
Import [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
Index Revert "[clang][test] mark tests added in ee8524087c as unsupported on AIX" 2022-05-30 09:35:26 -04:00
Integration
InterfaceStubs
Interpreter Correct XFAIL according to bot owner's advice 2022-07-05 18:46:59 +08:00
Layout
Lexer Improve handling of static assert messages. 2022-06-29 14:57:35 +02:00
LibClang
Misc [ARM] Add Support for Cortex-M85 2022-07-05 10:43:31 +01:00
Modules [NFC] Remove unused test inputs 2022-07-05 10:55:24 +08:00
OpenMP [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02:00
PCH Improve the formatting of static_assert messages 2022-06-30 23:59:21 +02:00
Parser [Clang][C++23] P2071 Named universal character escapes 2022-06-25 19:03:33 +02:00
ParserHLSL [HLSL] Adjust access specifier behavior 2022-04-28 10:37:50 -05:00
ParserSYCL
Preprocessor [Clang][Preprocessor] Fix inconsistent `FLT_EVAL_METHOD` when compiling vs preprocessing 2022-06-29 19:36:22 +01:00
Profile [NFC] Rename Instrinsic to Intrinsic 2022-04-25 18:13:23 +01:00
Refactor
Rewriter [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
Sema Improve the formatting of static_assert messages 2022-06-30 23:59:21 +02:00
SemaCUDA Fix test; we now expect a pedantic warning 2022-05-11 06:52:21 -04:00
SemaCXX Improve the formatting of static_assert messages 2022-06-30 23:59:21 +02:00
SemaHLSL [HLSL] Change WaveActiveCountBits to wrapper of __builtin_hlsl_wave_active_count_bits 2022-06-30 06:16:51 -07:00
SemaObjC [clang] Reject non-declaration C++11 attributes on declarations 2022-06-15 11:58:26 +02:00
SemaObjCXX Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
SemaOpenCL [OpenCL] Reduce emitting candidate notes for builtins 2022-06-27 09:55:44 +01:00
SemaOpenCLCXX
SemaSYCL
SemaTemplate Revert "Re-apply "Deferred Concept Instantiation Implementation""" 2022-07-01 11:20:16 -07:00
TableGen
Templight
Tooling Revert "[clang-diff] Fix assertion error when dealing with wide strings" 2022-06-07 14:58:10 -07:00
Unit [lit] Fix setup of sanitizer environment 2022-05-19 19:24:16 -07:00
VFS Reland "[dwarf] Emit a DIGlobalVariable for constant strings." 2022-05-18 13:56:45 -07:00
clang-rename
utils/update_cc_test_checks Revert "[utils] Avoid hardcoding metadata ids in update_cc_test_checks" 2022-05-10 14:04:19 -07:00
.clang-format
CMakeLists.txt [clang-fuzzer] Add a tiny tool to generate a fuzzing dictionary for clang 2022-05-09 18:25:29 +02:00
TestRunner.sh
lit.cfg.py cmake: configure clang lit to use hmaptool from source directly 2022-06-16 13:08:50 +02:00
lit.site.cfg.py.in