summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
diff options
context:
space:
mode:
authorSteven Wu <stevenwu@apple.com>2016-03-01 01:07:58 +0000
committerSteven Wu <stevenwu@apple.com>2016-03-01 01:07:58 +0000
commit574b0f2f9ca83cccee54497ebb035a0b0e4a7ebf (patch)
tree6cedd29a805cbe30d3440c315846b5584e8482b4 /llvm/lib/IR/Verifier.cpp
parentda8cf8af35ba9f1a46d80e4ba78617cf07a8e540 (diff)
downloadbcm5719-llvm-574b0f2f9ca83cccee54497ebb035a0b0e4a7ebf.tar.gz
bcm5719-llvm-574b0f2f9ca83cccee54497ebb035a0b0e4a7ebf.zip
Introduce -fembed-bitcode driver option
Summary: This is the clang driver part of the change to embedded bitcode. This includes: 1. -fembed-bitcode option which breaks down the compilation into two stages. The first stage emits optimized bitcode and the second stage compiles bitcode into object file. 2. -fembed-bitcode-marker option which doesn't really break down to two stages to speedup the compilation flow. 3. pass the correct linker flag to darwin linker if tool chains supports embedded bitcode. Reviewers: rsmith, thakis Subscribers: thakis, cfe-commits Differential Revision: http://reviews.llvm.org/D17390 llvm-svn: 262282
Diffstat (limited to 'llvm/lib/IR/Verifier.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud