[all-commits] [llvm/llvm-project] 187a14: [Clang, Driver] Add -fveclib=Darwin_libsystem_m sup...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri May 14 13:19:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 187a14e1f39942545b905679a8452365dfd87af8
https://github.com/llvm/llvm-project/commit/187a14e1f39942545b905679a8452365dfd87af8
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.h
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/BackendUtil.cpp
A clang/test/CodeGen/veclib-darwin-libsystem-m.c
M clang/test/Driver/autocomplete.c
M clang/test/Driver/fveclib.c
Log Message:
-----------
[Clang,Driver] Add -fveclib=Darwin_libsystem_m support.
Support for Darwin's libsystem_m's vector functions has been added to
LLVM in 93a9a8a8d90f.
This patch adds support for -fveclib=Darwin_libsystem_m to Clang.
Reviewed By: arphaman
Differential Revision: https://reviews.llvm.org/D102489
More information about the All-commits
mailing list