From: Simon Atanasyan Date: Mon, 22 May 2017 15:53:31 +0000 (+0000) Subject: [mips] Quote command line options with `` in the micromips attribute description... X-Git-Tag: llvmorg-5.0.0-rc1~4589 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71134357871a53b147f0daa5eeff5a8ff6ec1e68;p=platform%2Fupstream%2Fllvm.git [mips] Quote command line options with `` in the micromips attribute description. NFC llvm-svn: 303564 --- diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 58b2fcc..65dd744 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -1277,7 +1277,7 @@ Clang supports the GNU style ``__attribute__((micromips))`` and may be attached to a function definition and instructs the backend to generate or not to generate microMIPS code for that function. -These attributes override the -mmicromips and -mno-micromips options +These attributes override the `-mmicromips` and `-mno-micromips` options on the command line. }]; }