[llvm] [llc] Remove C backend support (PR #79237)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 18:05:49 PST 2024
================
@@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
//
// This is the llc code generator driver. It provides a convenient
-// command-line interface for generating native assembly-language code
-// or C code, given LLVM bitcode.
+// command-line interface for generating native assembly-language code,
----------------
MaskRay wrote:
generating an assembly file or a relocatable file, given LLVM bitcode.
https://github.com/llvm/llvm-project/pull/79237
More information about the llvm-commits
mailing list