[all-commits] [llvm/llvm-project] 1a2534: [Driver] Support -fsanitize=shadow-call-stack on a...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jun 24 09:20:31 PDT 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: 1a25347f574f22125634ae89e5bfc593cdc57eee
https://github.com/llvm/llvm-project/commit/1a25347f574f22125634ae89e5bfc593cdc57eee
Author: Fangrui Song <maskray at google.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M clang/lib/Driver/SanitizerArgs.cpp
M clang/test/Driver/fsanitize.c
Log Message:
-----------
[Driver] Support -fsanitize=shadow-call-stack on aarch64_be
Fixes https://bugs.llvm.org/show_bug.cgi?id=46076
Reviewed By: nickdesaulniers, pcc
Differential Revision: https://reviews.llvm.org/D80647
(cherry picked from commit a2a3e9f0a6e91103a0d1fa73086dbdf109c48f69)
Commit: f9da0a7f36f7559c9f190a5d47d6385b5d2d5790
https://github.com/llvm/llvm-project/commit/f9da0a7f36f7559c9f190a5d47d6385b5d2d5790
Author: Fangrui Song <maskray at google.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M clang/lib/Driver/ToolChain.cpp
M clang/test/Driver/fsanitize.c
Log Message:
-----------
[Driver] Support -fsanitize=shadow-call-stack and cfi-icall on aarch64_be
D80647 did not fix https://bugs.llvm.org/show_bug.cgi?id=46076
This is the fix.
(cherry picked from commit b9c6871a9570975827dc0bbeb39131c99c8daf8e)
Compare: https://github.com/llvm/llvm-project/compare/be4501f6e487...f9da0a7f36f7
More information about the All-commits
mailing list