summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/StripDebugInfo.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2019-01-30 09:37:47 -0800
committerjpienaar <jpienaar@google.com>2019-03-29 16:02:38 -0700
commitb6928c945c9f870e776979029e2986da4945949a (patch)
treee253ed715f3baebbfb685f07df15d99d247c6cc9 /mlir/lib/Transforms/StripDebugInfo.cpp
parent66647a313a983fe8d8f15109dd771b9cc9ade441 (diff)
downloadbcm5719-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.cpp3
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");
OpenPOWER on IntegriCloud