Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
fee882c2
Commit
fee882c2
authored
14 years ago
by
Daniel Dunbar
Browse files
Options
Downloads
Patches
Plain Diff
clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin.
llvm-svn: 123989
parent
e1e6acec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler-rt/make/platform/clang_darwin.mk
+1
-6
1 addition, 6 deletions
compiler-rt/make/platform/clang_darwin.mk
with
1 addition
and
6 deletions
compiler-rt/make/platform/clang_darwin.mk
+
1
−
6
View file @
fee882c2
...
@@ -38,11 +38,7 @@ CC := gcc
...
@@ -38,11 +38,7 @@ CC := gcc
override
CC
:=
$(
subst
-arch
,-arch_,
$(
CC
))
override
CC
:=
$(
subst
-arch
,-arch_,
$(
CC
))
override
CC
:=
$(
patsubst
-arch_
%,,
$(
CC
))
override
CC
:=
$(
patsubst
-arch_
%,,
$(
CC
))
# Note that although we use -fno-builtin here, the backend may still synthesize
CFLAGS
:=
-Wall
-Werror
-O3
-fomit-frame-pointer
# calls to runtime functions. Unfortunately, we currently have no way to
# guarantee that we won't be creating a cycle in the runtime library, aside from
# explicit runtime testing.
CFLAGS
:=
-Wall
-Werror
-O3
-fomit-frame-pointer
-fno-builtin
FUNCTIONS.eprintf
:=
eprintf
FUNCTIONS.eprintf
:=
eprintf
FUNCTIONS.10.4
:=
eprintf floatundidf floatundisf floatundixf
FUNCTIONS.10.4
:=
eprintf floatundidf floatundisf floatundixf
...
@@ -58,7 +54,6 @@ CCKEXT_COMMON_FUNCTIONS := \
...
@@ -58,7 +54,6 @@ CCKEXT_COMMON_FUNCTIONS := \
ashrdi3
\
ashrdi3
\
bswapdi2
\
bswapdi2
\
bswapsi2
\
bswapsi2
\
clear_cache
\
clzdi2
\
clzdi2
\
clzsi2
\
clzsi2
\
cmpdi2
\
cmpdi2
\
...
...
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