summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Driver.h')
-rw-r--r--lld/COFF/Driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/COFF/Driver.h b/lld/COFF/Driver.h
index 02c806741be..f9448bd2d3b 100644
--- a/lld/COFF/Driver.h
+++ b/lld/COFF/Driver.h
@@ -167,6 +167,9 @@ void parseManifest(StringRef Arg);
// Parses a string in the form of "level=<string>|uiAccess=<string>"
void parseManifestUAC(StringRef Arg);
+// Parses a string in the form of "cd|net[,(cd|net)]*"
+void parseSwaprun(StringRef Arg);
+
// Create a resource file containing a manifest XML.
std::unique_ptr<MemoryBuffer> createManifestRes();
void createSideBySideManifest();
OpenPOWER on IntegriCloud