diff options
| author | River Riddle <riverriddle@google.com> | 2019-01-30 09:37:47 -0800 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 16:02:38 -0700 |
| commit | b6928c945c9f870e776979029e2986da4945949a (patch) | |
| tree | e253ed715f3baebbfb685f07df15d99d247c6cc9 /mlir/lib/Transforms/StripDebugInfo.cpp | |
| parent | 66647a313a983fe8d8f15109dd771b9cc9ade441 (diff) | |
| download | bcm5719-llvm-b6928c945c9f870e776979029e2986da4945949a.tar.gz bcm5719-llvm-b6928c945c9f870e776979029e2986da4945949a.zip | |
Standardize the spelling of debug info to "debuginfo" in opt flags.
PiperOrigin-RevId: 231610337
Diffstat (limited to 'mlir/lib/Transforms/StripDebugInfo.cpp')
| -rw-r--r-- | mlir/lib/Transforms/StripDebugInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mlir/lib/Transforms/StripDebugInfo.cpp b/mlir/lib/Transforms/StripDebugInfo.cpp index a6fa2186b15..a11276cfea6 100644 --- a/mlir/lib/Transforms/StripDebugInfo.cpp +++ b/mlir/lib/Transforms/StripDebugInfo.cpp @@ -46,5 +46,4 @@ PassResult StripDebugInfo::runOnFunction(Function *f) { FunctionPass *mlir::createStripDebugInfoPass() { return new StripDebugInfo(); } static PassRegistration<StripDebugInfo> - pass("strip-debug-info", - "Strip debug info from functions and instructions"); + pass("strip-debuginfo", "Strip debug info from functions and instructions"); |

