mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-16 08:27:52 +00:00
fix the path
This commit is contained in:
parent
b762c47711
commit
c696374df9
6
debian/patches/kfreebsd/compiler-rt_lib.diff
vendored
6
debian/patches/kfreebsd/compiler-rt_lib.diff
vendored
@ -529,10 +529,10 @@ Index: llvm-toolchain-8-8~+rc1/compiler-rt/lib/sanitizer_common/sanitizer_syscal
|
|||||||
# define internal_syscall __syscall
|
# define internal_syscall __syscall
|
||||||
# else
|
# else
|
||||||
# define internal_syscall syscall
|
# define internal_syscall syscall
|
||||||
Index: llvm-toolchain-8-8~+rc1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
|
Index: llvm-toolchain-8-8~+rc1/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-8-8~+rc1.orig/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
|
--- llvm-toolchain-8-8~+rc1.orig/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
|
||||||
+++ llvm-toolchain-8-8~+rc1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
|
+++ llvm-toolchain-8-8~+rc1/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
|
||||||
@@ -110,9 +110,9 @@ typedef struct user_fpregs elf_fpregset_
|
@@ -110,9 +110,9 @@ typedef struct user_fpregs elf_fpregset_
|
||||||
#include <glob.h>
|
#include <glob.h>
|
||||||
#include <obstack.h>
|
#include <obstack.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user