Skip to content

Commit

Permalink
Print info if cscope build is skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
zacikpa committed Jul 4, 2023
1 parent 93cb9a4 commit 3639d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diffkemp/llvm_ir/kernel_llvm_source_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def _build_cscope_database(self):

# If the database exists, do not rebuild it
if os.path.isfile(cscope_path):
print("Skipping cscope database build")
return

# Write all files that need to be scanned into cscope.files
Expand Down

0 comments on commit 3639d63

Please sign in to comment.