[clang][BPF] Update comment to include TYPE_MATCH
authorDaniel Müller <deso@posteo.net>
Thu, 30 Jun 2022 01:31:02 +0000 (18:31 -0700)
committerYonghong Song <yhs@fb.com>
Thu, 30 Jun 2022 01:32:06 +0000 (18:32 -0700)
commit70557eb3938a0bdc784c9ae14e84e9ad9914ebdc
treecf3e2a1e741ebc592a5c7e6768752b9be2646228
parente057f25dee59e61b870595156656f90d015b859f
[clang][BPF] Update comment to include TYPE_MATCH

D126838 added support for the TYPE_MATCH compile-once run-everywhere
relocation to LLVM proper. On the clang side no changes are necessary,
other than the adjustment of a comment to mention this relocation as well.
This change takes care of that.

Differential Revision: https://reviews.llvm.org/D126839
clang/lib/Sema/SemaChecking.cpp