Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLVM bpEVL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Lorenzo Albano
LLVM bpEVL
Commits
b69f3694
Commit
b69f3694
authored
13 years ago
by
Nick Kledzik
Browse files
Options
Downloads
Patches
Plain Diff
<
rdar://problem/10172492
> No armv4t slice of libcompiler_rt-static.a
llvm-svn: 140630
parent
bf415251
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compiler-rt/make/AppleBI.mk
+1
-1
1 addition, 1 deletion
compiler-rt/make/AppleBI.mk
compiler-rt/make/platform/darwin_bni.mk
+3
-0
3 additions, 0 deletions
compiler-rt/make/platform/darwin_bni.mk
with
4 additions
and
1 deletion
compiler-rt/make/AppleBI.mk
+
1
−
1
View file @
b69f3694
...
@@ -61,7 +61,7 @@ $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_
...
@@ -61,7 +61,7 @@ $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_
$(
DYLIB_FLAGS
)
-Wl
,-force_load,
$^
-o
$@
$(
DYLIB_FLAGS
)
-Wl
,-force_load,
$^
-o
$@
# Rule to make fat dylib
# Rule to make fat dylib
$(SYMROOT)/libcompiler_rt.dylib
:
$(foreach arch
,
$(RC_ARCHS)
,
\
$(SYMROOT)/libcompiler_rt.dylib
:
$(foreach arch
,
$(
filter-out armv4t
,
$(
RC_ARCHS)
)
,
\
$(OBJROOT)/libcompiler_rt-$(arch).dylib)
$(OBJROOT)/libcompiler_rt-$(arch).dylib)
$(
call GetCNAVar,LIPO,Platform.darwin_bni,Release,
)
-create
$^
-o
$@
$(
call GetCNAVar,LIPO,Platform.darwin_bni,Release,
)
-create
$^
-o
$@
...
...
This diff is collapsed.
Click to expand it.
compiler-rt/make/platform/darwin_bni.mk
+
3
−
0
View file @
b69f3694
...
@@ -67,6 +67,9 @@ FUNCTIONS.x86_64 := $(FUNCTIONS) \
...
@@ -67,6 +67,9 @@ FUNCTIONS.x86_64 := $(FUNCTIONS) \
muloti4 mulvti3 mulxc3 negti2 negvti2 parityti2
\
muloti4 mulvti3 mulxc3 negti2 negvti2 parityti2
\
popcountti2 powixf2 subvti3 ucmpti2 udivmodti4
\
popcountti2 powixf2 subvti3 ucmpti2 udivmodti4
\
udivti3 umodti3 clear_cache enable_execute_stack
udivti3 umodti3 clear_cache enable_execute_stack
FUNCTIONS.armv4t
:=
$(
FUNCTIONS
)
FUNCTIONS.armv5
:=
$(
FUNCTIONS
)
\
FUNCTIONS.armv5
:=
$(
FUNCTIONS
)
\
adddf3 addsf3 bswapdi2 bswapsi2
\
adddf3 addsf3 bswapdi2 bswapsi2
\
comparedf2 comparesf2 extendsfdf2
\
comparedf2 comparesf2 extendsfdf2
\
...
...
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