summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2025-09-04 09:28:11 +0200
committerGitHub <noreply@github.com>2025-09-04 09:28:11 +0200
commit3f757a39f2855cd06c62a85b8e27fd56fa017e78 (patch)
treec93f2236c7b58accfe19042ac67d861c85b231cb /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent4d927a5faf42d025410586f0cdc3bf60ef198a86 (diff)
[CodeGen] Remove ExpandInlineAsm hook (#156617)
This hook replaces inline asm with LLVM intrinsics. It was intended to match inline assembly implementations of bswap in libc headers and replace them more optimizable implementations. At this point, it has outlived its usefulness (see https://github.com/llvm/llvm-project/issues/156571#issuecomment-3247638412), as libc implementations no longer use inline assembly for this purpose. Additionally, it breaks the "black box" property of inline assembly, which some languages like Rust would like to guarantee. Fixes https://github.com/llvm/llvm-project/issues/156571.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions