diff options
| author | shawbyoung <shawbyoung@gmail.com> | 2024-06-24 15:43:41 -0700 |
|---|---|---|
| committer | shawbyoung <shawbyoung@gmail.com> | 2024-06-24 15:43:41 -0700 |
| commit | 9de2ad9c8b6db24c2c3c94f36e58c63e0c05b556 (patch) | |
| tree | 3e4282c0b900c584eee9a68716826b9f0cece55d /bolt/lib/Utils/CommandLineOpts.cpp | |
| parent | 338cbfef03e0ab58d7b52f3301928c58b194a1b4 (diff) | |
| parent | 6d7f22e72932616059c51d229b63dfbd77696e72 (diff) | |
[𝘀𝗽𝗿] initial versionusers/shawbyoung/spr/boltnfc-move-optslite-to-commandlineoptscpp
Created using spr 1.3.4
Diffstat (limited to 'bolt/lib/Utils/CommandLineOpts.cpp')
| -rw-r--r-- | bolt/lib/Utils/CommandLineOpts.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bolt/lib/Utils/CommandLineOpts.cpp b/bolt/lib/Utils/CommandLineOpts.cpp index 41c89bc8aeba..b9bc79f408a6 100644 --- a/bolt/lib/Utils/CommandLineOpts.cpp +++ b/bolt/lib/Utils/CommandLineOpts.cpp @@ -128,6 +128,9 @@ cl::opt<bool> cl::desc("instrument code to generate accurate profile data"), cl::cat(BoltOptCategory)); +cl::opt<bool> Lite("lite", cl::desc("skip processing of cold functions"), + cl::cat(BoltCategory)); + cl::opt<std::string> OutputFilename("o", cl::desc("<output file>"), |
