Quellcode durchsuchen

LLVM: cleaned up some comments

Jonas Maebe vor 2 Jahren
Ursprung
Commit
0ea0b69a30
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      compiler/llvm/llvminfo.pas

+ 2 - 2
compiler/llvm/llvminfo.pas

@@ -32,12 +32,12 @@ uses
 {$j-}
 {$j-}
 
 
 Type
 Type
-   { possible supported processors for this target }
+   { supported LLVM versions }
    tllvmversion =
    tllvmversion =
       (llvmver_invalid,
       (llvmver_invalid,
        { Xcode versions use snapshots of LLVM and don't correspond to released
        { Xcode versions use snapshots of LLVM and don't correspond to released
          versions of llvm (they don't ship with the llvm utilities either, but
          versions of llvm (they don't ship with the llvm utilities either, but
-         they do come with Clang, which can be used instead of opt/llc) }
+         they do come with clang, which is what we use as assembler) }
        llvmver_7_0,
        llvmver_7_0,
        llvmver_7_1,
        llvmver_7_1,
        llvmver_8_0,
        llvmver_8_0,