[all-commits] [llvm/llvm-project] 20b4f4: [Driver] Add -fno-split-stack
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Mar 24 23:19:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20b4f484d16faa73123fa81ac332d283ada6771e
https://github.com/llvm/llvm-project/commit/20b4f484d16faa73123fa81ac332d283ada6771e
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/clang_f_opts.c
Log Message:
-----------
[Driver] Add -fno-split-stack
Summary: Add -fno-split-stack and rename CC1 option from `-split-stacks`
to `-fsplit-stack`.
Test Plan: check-all
Differential Revision: https://reviews.llvm.org/D99245
More information about the All-commits
mailing list