]> granicus.if.org Git - llvm/commit
Add support for -fno-builtin to LTO and ThinLTO to libLTO
authorMehdi Amini <mehdi.amini@apple.com>
Tue, 28 Mar 2017 18:55:44 +0000 (18:55 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Tue, 28 Mar 2017 18:55:44 +0000 (18:55 +0000)
commite4c5b69aa39406c7559ad28ece3a48e86d9508d8
treea563db1830a7b233a70855dfe142f636f86c50fe
parent88f78105741d9b11567024cef74979181f498754
Add support for -fno-builtin to LTO and ThinLTO to libLTO

Reviewers: tejohnson, pcc

Subscribers: Prazek, dexonsmith, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298936 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LTO/legacy/LTOCodeGenerator.h
include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/ThinLTOCodeGenerator.cpp
test/ThinLTO/X86/tli-nobuiltin.ll [new file with mode: 0644]
tools/llvm-lto/llvm-lto.cpp
tools/lto/lto.cpp