Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
a1eab903
Unverified
Commit
a1eab903
authored
Jan 21, 2020
by
Georg Koppen
Browse files
Bug 32435: Add WebAssembly support for RLBox
parent
e8afa21c
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/clang/build
View file @
a1eab903
...
...
@@ -40,7 +40,10 @@ cd llvm
export
LLVM_HOME
=
$
(
pwd
)
mkdir
build
cd
build
cmake
..
-
G
"Unix Makefiles"
-
DCMAKE_INSTALL_PREFIX
=
$
distdir
-
DCMAKE_BUILD_TYPE
:
STRING
=
Release
$
LLVM_HOME
cmake
..
-
G
"Unix Makefiles"
-
DCMAKE_INSTALL_PREFIX
=
$
distdir
\
-
DCMAKE_BUILD_TYPE
:
STRING
=
Release
\
[
%
IF
c
(
"var/rlbox"
)
-%
]
-
DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD
=
WebAssembly
\
[
%
END
-%
]
$
LLVM_HOME
make
-
j
[
%
c
(
"buildconf/num_procs"
)
%
]
make
install
cd
/
var
/
tmp
/
dist
...
...
rbm.conf
View file @
a1eab903
...
...
@@ -262,6 +262,8 @@ targets:
var
:
linux
-
x86_64
:
1
osname
:
linux
-
x86_64
# We only support RLBox on the nightly channel and x86_64 for now
rlbox
:
'[% c("var/nightly") %]'
linux
-
i686
:
arch
:
i686
var
:
...
...
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