[llvm] [ADT] Fix implicit reliance on cassert in StringTable.h (PR #169324)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 24 09:05:43 PST 2025
arsenm wrote:
> assert() was undef'ed between StringRef.h and StringTable.h inclusion.
Is it even legal to do that?
https://github.com/llvm/llvm-project/pull/169324
More information about the llvm-commits
mailing list