[llvm] Empty test (just a test...) (PR #65439)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 23:29:28 PDT 2023


https://github.com/joker-eph updated https://github.com/llvm/llvm-project/pull/65439:

>From b3cea8b8b29c25f3806ad11cf03d8a70a6459ce3 Mon Sep 17 00:00:00 2001
From: Mehdi Amini <joker.eph at gmail.com>
Date: Tue, 5 Sep 2023 23:24:19 -0700
Subject: [PATCH 1/2] add empty file

---
 empty | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 empty

diff --git a/empty b/empty
new file mode 100644
index 000000000000000..e69de29bb2d1d64

>From 46a03034057694fdc6f75569f609f709e98e387e Mon Sep 17 00:00:00 2001
From: Joe Bar <joe at bar.com>
Date: Tue, 5 Sep 2023 23:25:56 -0700
Subject: [PATCH 2/2] Foo

---
 empty | 1 +
 1 file changed, 1 insertion(+)

diff --git a/empty b/empty
index e69de29bb2d1d64..257cc5642cb1a05 100644
--- a/empty
+++ b/empty
@@ -0,0 +1 @@
+foo



More information about the llvm-commits mailing list