Skip to content

Commit a7c4537

Browse files
authored
pkgsi686Linux.llvmPackages_12.compiler-rt: fix build
The patch is from old LLVM, which is applied in wrong place of file
1 parent 9ea790e commit a7c4537

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkgs/development/compilers/llvm/12/compiler-rt/X86-support-extension.patch

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ diff --git a/lib/builtins/CMakeLists.txt b/lib/builtins/CMakeLists.txt
22
index 3a66dd9c3fb..7efc85d9f9f 100644
33
--- a/lib/builtins/CMakeLists.txt
44
+++ b/lib/builtins/CMakeLists.txt
5-
@@ -301,6 +301,10 @@ if (NOT MSVC)
6-
i386/umoddi3.S
7-
)
5+
@@ -345,4 +345,8 @@ if (NOT MSVC)
86

97
+ set(i486_SOURCES ${i386_SOURCES})
108
+ set(i586_SOURCES ${i386_SOURCES})

0 commit comments

Comments
 (0)