[llvm-branch-commits] [clang] [CIR][Basic][NFC] Add the CIR language to the Language enum (PR #86072)

Bruno Cardoso Lopes via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Mar 20 22:04:36 PDT 2024


================
@@ -41,6 +41,7 @@ enum class Language : uint8_t {
   RenderScript,
   HIP,
   HLSL,
+  CIR,
----------------
bcardosolopes wrote:

Should this come after `LLVM_IR` with its own / similar comment?

https://github.com/llvm/llvm-project/pull/86072


More information about the llvm-branch-commits mailing list