]> granicus.if.org Git - clang/commit
[PowerPC] Option for secure plt mode
authorStrahinja Petrovic <strahinja.petrovic@rt-rk.com>
Wed, 11 Apr 2018 12:24:44 +0000 (12:24 +0000)
committerStrahinja Petrovic <strahinja.petrovic@rt-rk.com>
Wed, 11 Apr 2018 12:24:44 +0000 (12:24 +0000)
commit378e40edd0141f64d690308cdfba071e87a2828b
tree31be8fc2f1e2e2174d80d14daea04dcfccbd3ae7
parent45c3242e808b48e6c017f00eb64cc0a58b52d8ad
[PowerPC] Option for secure plt mode

This patch enables option for secure plt mode in
clang (-msecure-plt).

Differential Revision: https://reviews.llvm.org/D44921

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329795 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/ToolChains/Arch/PPC.cpp
lib/Driver/ToolChains/Arch/PPC.h
test/Driver/ppc-features.cpp