Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
numba
GitHub Repository: numba/llvmlite
Path: blob/main/conda-recipes/compiler-rt-cfi-startproc-war.patch
1154 views
1
diff --git a/compiler-rt/lib/builtins/assembly.h b/compiler-rt/lib/builtins/assembly.h
2
index 69a3d8620f92..094285d12ec2 100644
3
--- a/compiler-rt/lib/builtins/assembly.h
4
+++ b/compiler-rt/lib/builtins/assembly.h
5
@@ -260,9 +260,10 @@
6
.globl name SEPARATOR \
7
SYMBOL_IS_FUNC(name) SEPARATOR \
8
DECLARE_SYMBOL_VISIBILITY_UNMANGLED(name) SEPARATOR \
9
- CFI_START SEPARATOR \
10
DECLARE_FUNC_ENCODING \
11
- name: SEPARATOR BTI_C
12
+ name: \
13
+ SEPARATOR CFI_START \
14
+ SEPARATOR BTI_C
15
16
#define DEFINE_COMPILERRT_FUNCTION_ALIAS(name, target) \
17
.globl SYMBOL_NAME(name) SEPARATOR \
18
19