summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineLoopInfo.cpp
diff options
context:
space:
mode:
authorBob Haarman <llvm@inglorion.net>2017-01-25 23:07:40 +0000
committerBob Haarman <llvm@inglorion.net>2017-01-25 23:07:40 +0000
commit25c731874dcf9665b887ec32f1b4e60748007813 (patch)
tree83e54b26604524281b1005d9bb787450c1d32f33 /llvm/lib/CodeGen/MachineLoopInfo.cpp
parentfdcd18b4c90ba59dcb8bd7b8267e61f6e0f016eb (diff)
downloadbcm5719-llvm-25c731874dcf9665b887ec32f1b4e60748007813.tar.gz
bcm5719-llvm-25c731874dcf9665b887ec32f1b4e60748007813.zip
COFF: add test for /INCLUDE directives specified in bitcode
Summary: MSVC allows linker options to be specified in source code. One of these is the /INCLUDE directive, which specifies that a symbol must be added to the symbol table, even if it otherwise wouldn't be. Existing tests cover the case where the linker is given an object file with an /INCLUDE directive, but we also need to cover the case where /INCLUDE is specified in a bitcode file (as would happen when using LTO). This new test covers that case. Reviewers: pcc, ruiu Reviewed By: ruiu Differential Revision: https://reviews.llvm.org/D29096 llvm-svn: 293107
Diffstat (limited to 'llvm/lib/CodeGen/MachineLoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud