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
e5077827
Commit
e5077827
authored
10 years ago
by
Stephen Hines
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
am
8a95734f
: Fix windows build for LLVM.
* commit '
8a95734f
': Fix windows build for LLVM.
parents
7e56dd23
8a95734f
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
include/llvm/Config/llvm-platform-config.h
+1
-1
1 addition, 1 deletion
include/llvm/Config/llvm-platform-config.h
llvm-host-build.mk
+1
-3
1 addition, 3 deletions
llvm-host-build.mk
with
2 additions
and
4 deletions
include/llvm/Config/llvm-platform-config.h
+
1
−
1
View file @
e5077827
...
...
@@ -141,7 +141,7 @@
#define HAVE_LIBIMAGEHLP 1
/* Type of 1st arg on ELM Callback */
#define WIN32_ELMCB_PCSTR PSTR
#define WIN32_ELMCB_PCSTR P
C
STR
#else
/* Linux, Mac OS X, ... Unixish platform */
...
...
This diff is collapsed.
Click to expand it.
llvm-host-build.mk
+
1
−
3
View file @
e5077827
# Windows can't use Clang to build yet
ifneq
($(HOST_OS),windows)
LOCAL_CLANG
:=
true
endif
include
external/libcxx/libcxx.mk
endif
LOCAL_CFLAGS
+=
\
-D_GNU_SOURCE
\
...
...
@@ -48,7 +47,6 @@ LOCAL_C_INCLUDES := \
$(
LLVM_ROOT_PATH
)
\
$(
LLVM_ROOT_PATH
)
/include
\
$(
LLVM_ROOT_PATH
)
/host/include
\
external/libcxx/include
\
$(
LOCAL_C_INCLUDES
)
LOCAL_IS_HOST_MODULE
:=
true
...
...
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