diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index 4a16ffd510de..204ea4d3d39a 100644 --- a/llvm/docs/CommandGuide/bugpoint.pod +++ b/llvm/docs/CommandGuide/bugpoint.pod @@ -59,9 +59,14 @@ options to B itself. (See B<--args>, above.) =item B<--safe-tool-args> I -Pass all arguments specified after --safe-tool-args to the "safe" execution +Pass all arguments specified after B<--safe-tool-args> to the "safe" execution tool. +=item B<--gcc-tool-args> I + +Pass all arguments specified after B<--gcc-tool-args> to the invocation of +B. + =item B<--disable-{dce,simplifycfg}> Do not run the specified passes to clean up and reduce the size of the test