mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 18:30:29 +02:00
LLVM: cleaned up some comments
This commit is contained in:
parent
e41bfa0495
commit
0ea0b69a30
@ -32,12 +32,12 @@ uses
|
||||
{$j-}
|
||||
|
||||
Type
|
||||
{ possible supported processors for this target }
|
||||
{ supported LLVM versions }
|
||||
tllvmversion =
|
||||
(llvmver_invalid,
|
||||
{ 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
|
||||
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_1,
|
||||
llvmver_8_0,
|
||||
|
Loading…
Reference in New Issue
Block a user