[llvm] c9bc0ff - [JITLink] Fix incorrect file name in unit test file comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 23:40:17 PST 2025


Author: Lang Hames
Date: 2025-01-14T18:40:10+11:00
New Revision: c9bc0fffa74d374bec57a1c1a320ec99b49f4e29

URL: https://github.com/llvm/llvm-project/commit/c9bc0fffa74d374bec57a1c1a320ec99b49f4e29
DIFF: https://github.com/llvm/llvm-project/commit/c9bc0fffa74d374bec57a1c1a320ec99b49f4e29.diff

LOG: [JITLink] Fix incorrect file name in unit test file comment.

Added: 
    

Modified: 
    llvm/unittests/ExecutionEngine/JITLink/MachOLinkGraphTests.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/ExecutionEngine/JITLink/MachOLinkGraphTests.cpp b/llvm/unittests/ExecutionEngine/JITLink/MachOLinkGraphTests.cpp
index 213849c076cfe2..173ec14fe260fa 100644
--- a/llvm/unittests/ExecutionEngine/JITLink/MachOLinkGraphTests.cpp
+++ b/llvm/unittests/ExecutionEngine/JITLink/MachOLinkGraphTests.cpp
@@ -1,4 +1,4 @@
-//===------ LinkGraphTests.cpp - Unit tests for core JITLink classes ------===//
+//===------ MachOLinkGraphTests.cpp - Unit tests for MachO LinkGraphs -----===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list