llvm-capstone/llvm
Stefan Gränitz 54397f9ac1
[llvm-c] Expose debug support for LLJIT in Orc C-API bindings (#73257)
Allow C-API users to debug their JITed code via the GDB JIT Interface.

This is currently supported on ELF and MachO based platforms. On
other systems `LLVMOrcLLJITEnableDebugSupport()` returns an error.

This patch adds a new C-API header `LLJITUtils.h`, which can host
further advanced JIT features in the future. Using the header requires
linking against LLVMOrcDebugging.
2023-12-11 20:47:20 +01:00
..
benchmarks
bindings
cmake [CMake][Windows] Turn off lld string tail merging when ASAN is turned on (#74207) 2023-12-07 11:44:24 +00:00
docs [AArch64] Correctly mark Neoverse N2 as an Armv9.0a core (#75055) 2023-12-11 18:52:25 +00:00
examples [Orc][examples] Drop target triple from input for remote debugging test (#74831) 2023-12-08 22:10:03 +01:00
include [llvm-c] Expose debug support for LLJIT in Orc C-API bindings (#73257) 2023-12-11 20:47:20 +01:00
lib [llvm-c] Expose debug support for LLJIT in Orc C-API bindings (#73257) 2023-12-11 20:47:20 +01:00
projects
resources
runtimes
test [AArch64] Correctly mark Neoverse N2 as an Armv9.0a core (#75055) 2023-12-11 18:52:25 +00:00
tools [llvm-readobj] --needed-libs: support --elf-output-style=JSON (#75028) 2023-12-11 08:59:19 -08:00
unittests [llvm-c] Expose debug support for LLJIT in Orc C-API bindings (#73257) 2023-12-11 20:47:20 +01:00
utils [gn build] Port 2460bf2fac 2023-12-11 12:43:54 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [SystemZ][z/OS] Fix macro (#74878) 2023-12-08 13:30:16 -05:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.