summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--llvm.morph3
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000000..2a4c0de277fc
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "tools/clang"]
+ path = tools/clang
+ url = upstream:clang
diff --git a/llvm.morph b/llvm.morph
index 2d0cd90c8044..af37da88c8f1 100644
--- a/llvm.morph
+++ b/llvm.morph
@@ -5,8 +5,5 @@
"build-system": "autotools",
"configure-commands": [
"./configure --prefix=\"$PREFIX\" --libdir=\"$PREFIX\"/lib/llvm --sysconfdir=/etc --enable-shared --enable-libffi --enable-targets=all --disable-expensive-checks --disable-debug-runtime --disable-assertions --enable-optimized"
- ],
- "build-commands": [
- "make -d"
]
}