Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/redland/rasqal/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 443 B image not shown  

Quelle  libtool.patch   Sprache: unbekannt

 
--- build/ltmain.sh
+++ build/ltmain.sh
@@ -5301,6 +5301,12 @@
    prev=
    continue
    ;;
+ mllvm)
+   # Clang does not use LLVM to link, so we can simply discard any
+   # '-mllvm $arg' options when doing the link step.
+   prev=
+   continue
+   ;;
  objectlist)
    if test -f "$arg"; then
      save_arg=$arg
@@ -5639,6 +5645,11 @@
  continue
  ;;
 
+      -mllvm)
+ prev=mllvm
+ continue
+ ;;
+
       -module)
  module=yes
  continue

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]