Skip to content

Commit

Permalink
Address clang-tidy warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt committed Dec 6, 2024
1 parent a076360 commit f23039a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/llvm-kompile-codegen/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit f23039a

Please sign in to comment.