]> granicus.if.org Git - clang/commit
New clang option -fno-plt which avoids the PLT and lazy binding while making external...
authorSriraman Tallam <tmsriram@google.com>
Tue, 7 Nov 2017 19:37:51 +0000 (19:37 +0000)
committerSriraman Tallam <tmsriram@google.com>
Tue, 7 Nov 2017 19:37:51 +0000 (19:37 +0000)
commit8df1506a8f89c05a622ab6c66640d5c69f59a3b0
tree29c4122311c8b0f3e71826c6d02f664a88416ccd
parentf17ed937a60b76b8b8c9c5c4056a163fcea745fa
New clang option -fno-plt which avoids the PLT and lazy binding while making external calls.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317605 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/CGCall.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/noplt.c [new file with mode: 0644]