[llvm] 902d689 - [JITLink] [test] Add a trailing newline to a test file. NFC.

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 02:09:08 PDT 2025


Author: Martin Storsjö
Date: 2025-06-10T12:08:24+03:00
New Revision: 902d6894f55a769d810032e3c056e597886f03fc

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

LOG: [JITLink] [test] Add a trailing newline to a test file. NFC.

Otherwise, this shows up as an unrelated diff after editing the
file in some editors (like vim).

Added: 
    

Modified: 
    llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive.test b/llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive.test
index 7172db200fef9..e67d2eb9c8d99 100644
--- a/llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive.test
+++ b/llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive.test
@@ -19,4 +19,4 @@
 #
 # CHECK-DAG: main{{.*}}main.o
 # CHECK-DAG: foo{{.*}}libFoo.a[0](foo.o)
-# CHECK-DAG: bar{{.*}}libFoo.a[1](bar.o)
\ No newline at end of file
+# CHECK-DAG: bar{{.*}}libFoo.a[1](bar.o)


        


More information about the llvm-commits mailing list