Procházet zdrojové kódy

Remove one of two CPULLVM define macro

Margers před 9 měsíci
rodič
revize
93d855b2ca
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      compiler/options.pas

+ 0 - 4
compiler/options.pas

@@ -5668,10 +5668,6 @@ begin
   if init_settings.asmcputype = cpu_none then
     init_settings.asmcputype:=init_settings.cputype;
 
-{$ifdef llvm}
-  def_system_macro('CPULLVM');
-{$endif llvm}
-
 {$if defined(cpucapabilities)}
   for cpuflag:=low(cpuflag) to high(cpuflag) do
     begin