cling/test
Jonas Hahnfeld 95cdce8055 Adopt upstream llvm-project monorepo directory layout (#13049)
This will be required for future LLVM upgrades that rely on a common
cmake/ directory next to clang/ and llvm/.

The bulk of this change is the result of the following commands:
 $ mkdir interpreter/llvm-project/
 $ git mv interpreter/llvm/src/tools/clang/ interpreter/llvm-project/clang/
 $ git mv interpreter/llvm/src/ interpreter/llvm-project/llvm/
 $ git mv interpreter/llvm/llvm-project.tag interpreter/llvm-project/llvm-project.tag
2023-06-25 13:44:07 +02:00
..
Autoloading Remove fwddecl files; RUN: often fails. 2020-08-12 09:14:07 +02:00
CodeGeneration Fixed bug in symbol linking for CUDA kernel registration with LLVM 13. 2022-12-09 08:44:19 +01:00
CodeUnloading Fix CodeUnloading/Macros.C test 2023-05-19 23:29:06 +02:00
CUDADeviceCode Fixed CUDA mode for Clang/LLVM 9 upgrade 2021-02-25 20:44:19 +01:00
Driver startup script support 2023-06-16 16:29:08 +02:00
DynamicLibraryManager Fix DynamicLibraryManager/cached_realpath.C test 2023-05-19 23:29:06 +02:00
ErrorRecovery Get rid of extra-complex built_cling: 2021-02-25 20:44:18 +01:00
Extensions Get rid of extra-complex built_cling: 2021-02-25 20:44:18 +01:00
Interfaces Rename simplisticCast to castAs. 2023-02-03 07:29:07 +01:00
LibraryCall Use the dyld to show more meaningful message when a symbol is missing. 2021-05-08 20:59:07 +02:00
Lookup Add test against ROOT-6095 2022-02-03 09:29:03 +01:00
MultipleInterpreters Add cling output streams to cling/Utils/Output.h 2016-12-19 13:59:11 +01:00
NullDeref Turn on prtcheck for the ptrcheck tests. 2022-01-11 18:29:04 +01:00
Plugins Allow plugins to handle custom pragmas. 2018-10-08 21:44:55 +02:00
Pragmas Fix expected diags in test/Pragmas/load.C: 2021-03-16 09:59:03 +01:00
Prompt Ignore -Wunused-result in wrapped code 2023-04-20 15:14:04 +02:00
Recursion Reset function sections before JITting 2021-02-10 15:18:14 +01:00
SourceCall Diagnostic text changed 2022-12-09 08:44:18 +01:00
Utils Adopt upstream llvm-project monorepo directory layout (#13049) 2023-06-25 13:44:07 +02:00
CMakeLists.txt Import updated lit config: 2021-02-25 20:44:18 +01:00
lit.cfg Bring vanilla-cling lit feature back: 2021-03-16 09:59:04 +01:00
lit.site.cfg.in Import updated lit config: 2021-02-25 20:44:18 +01:00