Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
llvm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
llvm
Commits
c4a9b41c
Commit
c4a9b41c
authored
Jun 16, 2026
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up temporary build
parent
4cc78903
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Makefile
Makefile
+4
-5
No files found.
Makefile
View file @
c4a9b41c
...
@@ -13,16 +13,15 @@ temporary:
...
@@ -13,16 +13,15 @@ temporary:
cd
llvm-11.1.0.src/build
&&
CC
=
gcc
CXX
=
g++ cmake
-DCMAKE_INSTALL_PREFIX
=
/build/usr
-DLLVM_ENABLE_FFI
=
ON
-DCMAKE_BUILD_TYPE
=
Release
-DLLVM_BUILD_LLVM_DYLIB
=
ON
-DLLVM_LINK_LLVM_DYLIB
=
ON
-DLLVM_TARGETS_TO_BUILD
=
"host"
-DLLVM_BINUTILS_INCDIR
=
/usr/include
-Wno-dev
-G
Ninja ..
cd
llvm-11.1.0.src/build
&&
CC
=
gcc
CXX
=
g++ cmake
-DCMAKE_INSTALL_PREFIX
=
/build/usr
-DLLVM_ENABLE_FFI
=
ON
-DCMAKE_BUILD_TYPE
=
Release
-DLLVM_BUILD_LLVM_DYLIB
=
ON
-DLLVM_LINK_LLVM_DYLIB
=
ON
-DLLVM_TARGETS_TO_BUILD
=
"host"
-DLLVM_BINUTILS_INCDIR
=
/usr/include
-Wno-dev
-G
Ninja ..
cd
llvm-11.1.0.src/build
&&
ninja
cd
llvm-11.1.0.src/build
&&
ninja
cd
llvm-11.1.0.src/build
&&
ninja
install
cd
llvm-11.1.0.src/build
&&
ninja
install
echo
"/build/usr/lib"
>>
/etc/ld.so.conf
ldconfig
clean
:
rm
-rf
llvm-11.1.0.src
rm
-rf
llvm-11.1.0.src
swapoff
swap
swapoff
swap
rm
-rf
swap
rm
-rf
swap
echo
"/build/usr/lib"
>>
/etc/ld.so.conf
ldconfig
clean
:
rm
-rf
/build/usr
rm
-rf
/build/usr
sed
'/^\/build\/usr\/lib/d'
-i
/etc/ld.so.conf
sed
'/^\/build\/usr\/lib/d'
-i
/etc/ld.so.conf
ldconfig
ldconfig
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