We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d65f8 commit 333b3ffCopy full SHA for 333b3ff
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: d55fa2a9a3aa00a723f224eda764580a0492abd9
+refs/heads/master: 1299e74db328f1134bc554f0886450f31e790216
trunk/configure
@@ -217,9 +217,9 @@ then
217
| grep version \
218
| cut -d ' ' -f 5-)
219
CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \
220
- --version \
221
- | grep Host: \
222
- | cut -d ' ' -f 4-)
+ --version \
+ | grep Host: \
+ | cut -d ' ' -f 4-)
223
elif [ ! -z "$CFG_LLVM_CONFIG" ]
224
then
225
CFG_LLVM_VERSION=$(llvm-config --version)
0 commit comments