2.5. 其他资源

  • 有关 Clang 编译器的更多信息,请参阅 官方 Clang 编译器文档
  • 要显示 LLVM Toolset 中包含的手册页,请运行:
注意

要编译 C++ 程序,请使用 clang++ 而不是 clang

  • 在 Red Hat Enterprise Linux 7 上:

    $ scl enable llvm-toolset-15.0 'man clang'
  • 在 Red Hat Enterprise Linux 8 中:

    $ man clang
  • 在 Red Hat Enterprise Linux 9 中:

    $ man clang