Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sam McCall
llvm-toolchain
Commits
4504ef22
Commit
4504ef22
authored
Jan 27, 2022
by
Sylvestre Ledru
Browse files
Do not fail on llvm-mt
parent
00a88289
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4504ef22
llvm
-
toolchain
-
11
(
1
:
11.1.0
-
6
)
UNRELEASED
;
urgency
=
medium
*
Do
not
fail
on
llvm
-
mt
--
Sylvestre
Ledru
<
sylvestre
@
debian
.
org
>
Thu
,
27
Jan
2022
22
:
21
:
16
+
0100
llvm
-
toolchain
-
11
(
1
:
11.1.0
-
5
)
unstable
;
urgency
=
medium
llvm
-
toolchain
-
11
(
1
:
11.1.0
-
5
)
unstable
;
urgency
=
medium
*
relax
the
llvm
-
11
-
linker
-
tools
dep
for
apt
.
llvm
.
org
*
relax
the
llvm
-
11
-
linker
-
tools
dep
for
apt
.
llvm
.
org
...
...
debian/qualify-clang.sh
View file @
4504ef22
...
@@ -322,7 +322,7 @@ touch foobar.xml
...
@@ -322,7 +322,7 @@ touch foobar.xml
llvm-mt-
$VERSION
/manifest foobar.xml &> foo.log
llvm-mt-
$VERSION
/manifest foobar.xml &> foo.log
if
grep
-q
"no libxml2"
;
then
if
grep
-q
"no libxml2"
;
then
echo
"llvm-mt isn't compiled with libxml"
echo
"llvm-mt isn't compiled with libxml"
exit
1
#
exit 1
fi
fi
echo
'#include <stddef.h>'
>
foo.c
echo
'#include <stddef.h>'
>
foo.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment