summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-04-19 01:21:58 +0000
committerRui Ueyama <ruiu@google.com>2016-04-19 01:21:58 +0000
commitafb1901e420e5994f953df063058ffe0c43c22d6 (patch)
treed8b3495d63443b0697fc6e2334a6c6a49ff62c58 /llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
parent9795699a7282a29d1a0a5c202209c6e2a4cc5539 (diff)
downloadbcm5719-llvm-afb1901e420e5994f953df063058ffe0c43c22d6.tar.gz
bcm5719-llvm-afb1901e420e5994f953df063058ffe0c43c22d6.zip
COFF: Support /manifestinput command line option.
Manifest file is a separate or embedded XML file having metadata of an executable. As it is XML, it can contain various types of information. Probably the most popular one is to request escalated priviledges. Usually the linker creates an XML file and embed that file into an executable. However, there's a way to supply an XML file from command line. /manifestniput is it. Apparently it is over-designed here, but if you supply two or more manifest files, then the linker needs to merge the files into a single XML file. A good news is that we don't need to do that ourselves. MT.exe command can do that, so we call the command from the linker in this patch. llvm-svn: 266704
Diffstat (limited to 'llvm/lib/Bitcode/Writer/ValueEnumerator.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud