aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-05-27 23:40:26 +0000
committerGitHub <noreply@github.com>2025-05-27 16:40:26 -0700
commitc1970c76adf70ca8ade7ac5d3bb57872e2daf1fd (patch)
treea86e47a28b4228f2f3d2b050f019b12f2b28b87c /lldb/source/Commands/CommandObjectThread.cpp
parent2186c95a6f59d1b87c8becea2af6e437f02bf7cb (diff)
downloadllvm-c1970c76adf70ca8ade7ac5d3bb57872e2daf1fd.zip
llvm-c1970c76adf70ca8ade7ac5d3bb57872e2daf1fd.tar.gz
llvm-c1970c76adf70ca8ade7ac5d3bb57872e2daf1fd.tar.bz2
[libcxxabi] Add test to assert that ItaniumDemangle.h is the same (#140323)
ItaniumDemangle.h exists in both llvm/ and libcxxabi/. These files are supposed to be copies of each other (minus the top two lines). This patch adds a test to assert that this is the case to enable tooling to automatically detect this as an issue, like in #139825. This makes it easier for contributors unfamiliar with the duplication to make changes/get appropriate reviews. Ideally we would share the file and copy it from one place to the other but the ideal way to do this (based on previous discussion with libc++ maintainers) would be a new runtime library that clearly outlines requirements, so that is left for later with the test being used as a stopgap. This is a relatively common approach for structures shared between compiler-rt and LLVM. This patch does make the test reference the LLVM source directory, but that should be fine given building libcxxabi is only supported through the runtimes build in the monorepo meaning it should always be available.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions