[PATCH] X86_64 target now obeys llc -disable-red-zone option
Steve King
steve at metrokings.com
Wed Oct 22 17:57:04 PDT 2014
Rafael - Most of the Target options have the name in the comment. Are
you sure you want me to remove?
Jim - Clang looks fine. Setting -mno-red-zone on clang's command line
sets corresponding function attribute. The function attributes were
already visible to the target and at least x86_64 already checked for
it.
On Tue, Oct 21, 2014 at 9:53 AM, Jim Grosbach <grosbach at apple.com> wrote:
> Does this mean the clang -m[no-]red-zone option wasn't hooked up either? Does this fix that if so?
>
> http://reviews.llvm.org/D5681
>
>
More information about the llvm-commits
mailing list