]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
feat(compiler-rt): update source files
authorMaksims Svecovs <maksims.svecovs@arm.com>
Thu, 4 May 2023 15:57:43 +0000 (16:57 +0100)
committerMaksims Svecovs <maksims.svecovs@arm.com>
Thu, 11 May 2023 09:32:14 +0000 (10:32 +0100)
Update the compiler-rt source files to the tip of the llvm-project [1]
[1]: https://github.com/llvm/llvm-project/commit/d9683a7

Change-Id: Icec9ec73094a2b39b0240fc8253c36e7485d3a98
Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com>
lib/compiler-rt/builtins/assembly.h
lib/compiler-rt/builtins/int_types.h

index 69a3d8620f9241ad187b284de89c188324f73a40..169d49683f503c6242d99d9d11eaf15df5da9930 100644 (file)
 #define DEFINE_COMPILERRT_FUNCTION_ALIAS(name, target)                         \
   .globl SYMBOL_NAME(name) SEPARATOR                                           \
   SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR                                  \
-  DECLARE_SYMBOL_VISIBILITY(SYMBOL_NAME(name)) SEPARATOR                       \
+  DECLARE_SYMBOL_VISIBILITY(name) SEPARATOR                                    \
   .set SYMBOL_NAME(name), SYMBOL_NAME(target) SEPARATOR
 
 #if defined(__ARM_EABI__)
index 7a72de480676475c02b826aa56a6cfab720f7ced..e94d3154c6d4ef6478a8a69da56c65cb9509e0d3 100644 (file)
@@ -64,7 +64,7 @@ typedef union {
 } udwords;
 
 #if defined(__LP64__) || defined(__wasm__) || defined(__mips64) ||             \
-    defined(__riscv) || defined(_WIN64)
+    defined(__SIZEOF_INT128__) || defined(_WIN64)
 #define CRT_HAS_128BIT
 #endif