summaryrefslogtreecommitdiffstats
path: root/build/mozconfig.lld-link
diff options
context:
space:
mode:
Diffstat (limited to 'build/mozconfig.lld-link')
-rw-r--r--build/mozconfig.lld-link6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/mozconfig.lld-link b/build/mozconfig.lld-link
deleted file mode 100644
index 89f91930e7..0000000000
--- a/build/mozconfig.lld-link
+++ /dev/null
@@ -1,6 +0,0 @@
-if test -d "$MOZ_FETCHES_DIR/clang/bin"; then
- CLANG_DIR=`cd "$MOZ_FETCHES_DIR/clang/bin" ; pwd`
- export PATH="${CLANG_DIR}:${PATH}"
-fi
-
-export LINKER=lld-link