Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
external
llvm
Commits
70024ce6
Commit
70024ce6
authored
10 years ago
by
Colin Cross
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "llvm: fix build"
parents
f58eae99
efe6badb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
llvm.mk
+1
-1
1 addition, 1 deletion
llvm.mk
shared_llvm.mk
+2
-2
2 additions, 2 deletions
shared_llvm.mk
tools/llc/Android.mk
+2
-2
2 additions, 2 deletions
tools/llc/Android.mk
with
5 additions
and
5 deletions
llvm.mk
+
1
−
1
View file @
70024ce6
...
...
@@ -8,4 +8,4 @@ LLVM_DEVICE_BUILD_MK := $(LLVM_ROOT_PATH)/llvm-device-build.mk
LLVM_GEN_INTRINSICS_MK
:=
$(
LLVM_ROOT_PATH
)
/llvm-gen-intrinsics.mk
LLVM_TBLGEN_RULES_MK
:=
$(
LLVM_ROOT_PATH
)
/llvm-tblgen-rules.mk
LLVM_SUPPORTED_ARCH
:=
arm a
arch
64 mips mips64 x86 x86_64
LLVM_SUPPORTED_ARCH
:=
arm a
rm
64 mips mips64 x86 x86_64
This diff is collapsed.
Click to expand it.
shared_llvm.mk
+
2
−
2
View file @
70024ce6
...
...
@@ -123,8 +123,8 @@ LOCAL_WHOLE_STATIC_LIBRARIES_x86 += $(llvm_x86_static_libraries)
LOCAL_WHOLE_STATIC_LIBRARIES_x86_64
+=
$(
llvm_x86_static_libraries
)
LOCAL_WHOLE_STATIC_LIBRARIES_mips
+=
$(
llvm_mips_static_libraries
)
LOCAL_WHOLE_STATIC_LIBRARIES_mips64
+=
$(
llvm_mips_static_libraries
)
LOCAL_WHOLE_STATIC_LIBRARIES_a
arch
64
+=
$(
llvm_aarch64_static_libraries
)
LOCAL_WHOLE_STATIC_LIBRARIES_a
arch
64
+=
$(
llvm_arm_static_libraries
)
LOCAL_WHOLE_STATIC_LIBRARIES_a
rm
64
+=
$(
llvm_aarch64_static_libraries
)
LOCAL_WHOLE_STATIC_LIBRARIES_a
rm
64
+=
$(
llvm_arm_static_libraries
)
LOCAL_WHOLE_STATIC_LIBRARIES
+=
$(
llvm_post_static_libraries
)
...
...
This diff is collapsed.
Click to expand it.
tools/llc/Android.mk
+
2
−
2
View file @
70024ce6
...
...
@@ -121,8 +121,8 @@ LOCAL_STATIC_LIBRARIES_arm += $(llvm_llc_arm_STATIC_LIBRARIES)
LOCAL_STATIC_LIBRARIES_mips
+=
$(
llvm_llc_mips_STATIC_LIBRARIES
)
LOCAL_STATIC_LIBRARIES_x86
+=
$(
llvm_llc_x86_STATIC_LIBRARIES
)
LOCAL_STATIC_LIBRARIES_x86_64
+=
$(
llvm_llc_x86_STATIC_LIBRARIES
)
LOCAL_STATIC_LIBRARIES_a
arch
64
+=
$(
llvm_llc_aarch64_STATIC_LIBRARIES
)
LOCAL_STATIC_LIBRARIES_a
arch
64
+=
$(
llvm_llc_arm_STATIC_LIBRARIES
)
LOCAL_STATIC_LIBRARIES_a
rm
64
+=
$(
llvm_llc_aarch64_STATIC_LIBRARIES
)
LOCAL_STATIC_LIBRARIES_a
rm
64
+=
$(
llvm_llc_arm_STATIC_LIBRARIES
)
LOCAL_STATIC_LIBRARIES
+=
$(
llvm_llc_STATIC_LIBRARIES
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment