repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git]
/
external
/
redland
/
rasqal
/
libtool.patch
blob
b0baae661bab406e3afed6e57475346552c82667
1
--- build/ltmain.sh
2
+++ build/ltmain.sh
3
@@ -5301,6 +5301,12 @@
4
prev=
5
continue
6
;;
7
+ mllvm)
8
+ # Clang does not use LLVM to link, so we can simply discard any
9
+ # '-mllvm $arg' options when doing the link step.
10
+ prev=
11
+ continue
12
+ ;;
13
objectlist)
14
if test -f "$arg"; then
15
save_arg=$arg
16
@@ -5639,6 +5645,11 @@
17
continue
18
;;
19
20
+ -mllvm)
21
+ prev=mllvm
22
+ continue
23
+ ;;
24
+
25
-module)
26
module=yes
27
continue