Browse Source

Merge pull request #5212 from Calinou/compiling-clang-binary-suffix

Document that compiling a binary with Clang on Linux adds a `.llvm` suffix
Gilles Roudière 3 years ago
parent
commit
016fb53cdf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      development/compiling/compiling_for_linuxbsd.rst

+ 3 - 0
development/compiling/compiling_for_linuxbsd.rst

@@ -238,5 +238,8 @@ then use the following SCons command::
 
     scons platform=linuxbsd use_llvm=yes use_lld=yes
 
+After the build is completed, a new binary with a ``.llvm`` suffix will be
+created in the ``bin/`` folder.
+
 It's still recommended to use GCC for production builds as they can be compiled using
 link-time optimization, making the resulting binaries smaller and faster.