From f23039a0852a8e3711a437f0ba201ae9f975416a Mon Sep 17 00:00:00 2001 From: Maria Kotsifakou Date: Fri, 6 Dec 2024 13:35:23 -0600 Subject: [PATCH] Address clang-tidy warning. --- tools/llvm-kompile-codegen/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/llvm-kompile-codegen/main.cpp b/tools/llvm-kompile-codegen/main.cpp index db88ce955..f98f7a9c9 100644 --- a/tools/llvm-kompile-codegen/main.cpp +++ b/tools/llvm-kompile-codegen/main.cpp @@ -148,6 +148,7 @@ void emit_metadata(llvm::Module &mod) { // NOLINTNEXTLINE(*-cognitive-complexity) int main(int argc, char **argv) { + // NOLINTNEXTLINE(*-identifier-naming) LLVMBackendGCStrategy _gcs; // Unused. This is needed to ensure linking. initialize_llvm();