Path: blob/main/conda-recipes/compiler-rt-cfi-startproc-war.patch
1154 views
diff --git a/compiler-rt/lib/builtins/assembly.h b/compiler-rt/lib/builtins/assembly.h1index 69a3d8620f92..094285d12ec2 1006442--- a/compiler-rt/lib/builtins/assembly.h3+++ b/compiler-rt/lib/builtins/assembly.h4@@ -260,9 +260,10 @@5.globl name SEPARATOR \6SYMBOL_IS_FUNC(name) SEPARATOR \7DECLARE_SYMBOL_VISIBILITY_UNMANGLED(name) SEPARATOR \8- CFI_START SEPARATOR \9DECLARE_FUNC_ENCODING \10- name: SEPARATOR BTI_C11+ name: \12+ SEPARATOR CFI_START \13+ SEPARATOR BTI_C1415#define DEFINE_COMPILERRT_FUNCTION_ALIAS(name, target) \16.globl SYMBOL_NAME(name) SEPARATOR \171819