[all-commits] [llvm/llvm-project] 9fee24: [libc][Obvious] Remove a compile opt to x86_64 lon...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Mar 24 13:52:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9fee241122fdf0d8747f0922741bb1cae0c1c53a
https://github.com/llvm/llvm-project/commit/9fee241122fdf0d8747f0922741bb1cae0c1c53a
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M libc/src/setjmp/x86_64/CMakeLists.txt
Log Message:
-----------
[libc][Obvious] Remove a compile opt to x86_64 longjmp in a previous commit.
The option -fno-omit-frame-pointer was accidentally added to the x86_64
longjmp target. This change not only removes it, but makes it
-fomit-frame-pointer.
More information about the All-commits
mailing list