aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2025-10-10 10:44:51 -0500
committerGitHub <noreply@github.com>2025-10-10 15:44:51 +0000
commit5391c6849fa2cf8bce606bb8435689da382a538d (patch)
treec7e52187694e349ea64a06d401168d1cacd530f6 /lldb/source/Plugins/ScriptInterpreter/Python
parent85dd8f4bffc72a12307dc5227dae93645274d45e (diff)
downloadllvm-5391c6849fa2cf8bce606bb8435689da382a538d.zip
llvm-5391c6849fa2cf8bce606bb8435689da382a538d.tar.gz
llvm-5391c6849fa2cf8bce606bb8435689da382a538d.tar.bz2
[AMDGPU][NFC] Fix clang frontend<->sema layering issue (#162865)
#140210 added `#include "clang/Frontend/FrontendDiagnostic.h"` to clang/lib/Sema/SemaAMDGPU.cpp, but Frontend itself has a dependency on Sema. This creates a layering issue as described in https://llvm.org/docs/CodingStandards.html#library-layering. Fortunately, d076608d58d1ec55016eb747a995511e3a3f72aa made this easy to fix, as clang/Frontend/FrontendDiagnostic.h just forwards to clang/Basic/DiagnosticFrontend.h, so it's trivial to make this depend on basic instead of frontend.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions