Skip to content

Commit 8c1eb6c

Browse files
authored
Update patch file format to git format-patch (#608)
1 parent ff324bc commit 8c1eb6c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

patches/llvm-project/0008-library-order-workaround-for-597.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
From f037d9740bf53cf43142595330355a3b61304dd7 Mon Sep 17 00:00:00 2001
2+
From: Volodymyr Turanskyy <[email protected]>
3+
Date: Wed, 18 Dec 2024 16:29:25 +0000
4+
Subject: [PATCH] Revert order of libraries on the command line
5+
6+
---
7+
clang/lib/Driver/ToolChains/BareMetal.cpp | 3 +--
8+
1 file changed, 1 insertion(+), 2 deletions(-)
9+
110
diff --git a/clang/lib/Driver/ToolChains/BareMetal.cpp b/clang/lib/Driver/ToolChains/BareMetal.cpp
211
index eecaaa9a4293..7d07079b5dd4 100644
312
--- a/clang/lib/Driver/ToolChains/BareMetal.cpp
@@ -13,3 +22,6 @@ index eecaaa9a4293..7d07079b5dd4 100644
1322
}
1423

1524
if (D.isUsingLTO()) {
25+
--
26+
2.47.0
27+

0 commit comments

Comments
 (0)