Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  build-clang.sh   Sprache: Shell

 
#!/bin/bash
set -x -e -v

# This script is for building clang.

ORIGPWD="$PWD"
CONFIGS=$(for c; do echo -n " -c $GECKO_PATH/$c"done)

cd $GECKO_PATH

if [ -d "$MOZ_FETCHES_DIR/binutils/bin" ]; then
  export PATH="$MOZ_FETCHES_DIR/binutils/bin:$PATH"
fi

# Make the installed compiler-rt(s) available to clang.
UPLOAD_DIR= taskcluster/scripts/misc/repack-clang.sh

case "$CONFIGS" in
*macosx64*)
  # cmake makes decisions based on the output of the mac-only sw_vers, which is
  # obviously missing when cross-compiling, so create a fake one. The exact
  # version doesn't really matter: as of writing, cmake checks at most for 10.5.
  mkdir -p $ORIGPWD/bin
  echo "#!/bin/sh" > $ORIGPWD/bin/sw_vers
  echo echo 10.12 >> $ORIGPWD/bin/sw_vers
  chmod +x $ORIGPWD/bin/sw_vers
  # these variables are used in build-clang.py
  export OSX_SYSROOT=$(ls -d $MOZ_FETCHES_DIR/MacOSX1*.sdk)
  export PATH=$PATH:$ORIGPWD/bin
  ;;
*win64*)
  case "$(uname -s)" in
  MINGW*|MSYS*)
    export UPLOAD_DIR=$ORIGPWD/public/build
    # Set up all the Visual Studio paths.
    . taskcluster/scripts/misc/vs-setup.sh

    # LLVM_ENABLE_DIA_SDK is set if the directory "$ENV{VSINSTALLDIR}DIA SDK"
    # exists.
    export VSINSTALLDIR="${VSPATH}/"
    ;;
  *)
    export VSINSTALLDIR="$MOZ_FETCHES_DIR/vs"
    ;;
  esac
  ;;
esac

if test -d "$MOZ_FETCHES_DIR/cmake"then
    export PATH="$(cd $MOZ_FETCHES_DIR/cmake && pwd)/bin:${PATH}"
fi
if test -d "$MOZ_FETCHES_DIR/ninja"then
    export PATH="$(cd $MOZ_FETCHES_DIR/ninja && pwd)/bin:${PATH}"
fi

# gets a bit too verbose here
set +x

cd $MOZ_FETCHES_DIR/llvm-project
python3 $GECKO_PATH/build/build-clang/build-clang.py $CONFIGS

set -x

if [ -f clang*.tar.zst ]; then
    # Put a tarball in the artifacts dir
    mkdir -p $UPLOAD_DIR
    cp clang*.tar.zst $UPLOAD_DIR
fi

. $GECKO_PATH/taskcluster/scripts/misc/vs-cleanup.sh

Messung V0.5
C=95 H=98 G=96

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge