summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh')
-rwxr-xr-xdebuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/debuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh b/debuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh
deleted file mode 100755
index 9cf4cdd65f7..00000000000
--- a/debuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env bash
-set -e
-
-if test -z "$PATHTOCLANGPP"; then
- PATHTOCLANGPP=clang++
-fi
-
-for INDEX in $SOURCE_INDEXES
-do
- CFLAGS=$(eval echo "\$COMPILER_OPTIONS_$INDEX")
- SRCFILE=$(eval echo "\$SOURCE_FILE_$INDEX")
- OBJFILE=$(eval echo "\$OBJECT_FILE_$INDEX")
- $PATHTOCLANGPP -std=gnu++11 -c $CFLAGS $SRCFILE -o $OBJFILE
-done
-
-$PATHTOCLANGPP $LINKER_OPTIONS $OBJECT_FILES -o $EXECUTABLE_FILE
OpenPOWER on IntegriCloud