Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
llvm-toolchain
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
pkg-llvm
llvm-toolchain
Commits
2ba9959b
Commit
2ba9959b
authored
May 08, 2018
by
Sylvestre Ledru
Committed by
Sylvestre Ledru
May 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a missing package to the list
parent
44db7ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qualify-clang.sh
debian/qualify-clang.sh
+1
-1
No files found.
debian/qualify-clang.sh
View file @
2ba9959b
...
...
@@ -251,7 +251,7 @@ rm a.out bar crash-* foo foo.* lldb-cmd.txt main.c test_fuzzer.cc
# MARCH should iterate the library architectures via flags
# LIB should iterate the different libraries
echo
"if it fails, please run"
echo
"apt-get install libc6-dev:i386 libgcc-5-dev:i386 libc6-dev-x32 libx32gcc-5-dev"
echo
"apt-get install libc6-dev:i386 libgcc-5-dev:i386 libc6-dev-x32 libx32gcc-5-dev
libx32gcc-8-dev
"
for
SYSTEM
in
""
;
do
for
MARCH
in
-m64
-m32
-mx32
"-m32 -march=i686"
;
do
for
LIB
in
--rtlib
=
compiler-rt
-fsanitize
=
address
-fsanitize
=
thread
-fsanitize
=
memory
-fsanitize
=
undefined
-fsanitize
=
dataflow
;
do
# -fsanitize=efficiency-working-set; do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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