llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Carlo Cabrera (carlocab) <details> <summary>Changes</summary> This was added in #<!-- -->117573 but the options were not being rendered correctly due to the missing newline after `::`. --- Full diff: https://github.com/llvm/llvm-project/pull/119249.diff 1 Files Affected: - (modified) clang/docs/UsersManual.rst (+1) ``````````diff diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 5b7a293a4ecc27..8af9f5be644a02 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -1066,6 +1066,7 @@ is being invoked, and added after all of the command-line specified linker inputs. Here is some example of ``$``-prefixed options: :: + $-Wl,-Bstatic $-lm $-Wl,-Bshared `````````` </details> https://github.com/llvm/llvm-project/pull/119249 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits