[all-commits] [llvm/llvm-project] 25ef56: [libc] remove unsupported GCC attribute
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Apr 11 05:21:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25ef564bad76bb5f3de0ac0d741006b5692aea88
https://github.com/llvm/llvm-project/commit/25ef564bad76bb5f3de0ac0d741006b5692aea88
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M libc/test/src/string/memory_utils/memory_check_utils.h
Log Message:
-----------
[libc] remove unsupported GCC attribute
This is ok as we build the libraries with `-ffreestanding` which implies `-fno-builtin` on all functions.
More information about the All-commits
mailing list