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
30c0ecc5
Commit
30c0ecc5
authored
11 years ago
by
Alexey Samsonov
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] Check for realpath availability in CMake
llvm-svn: 189249
parent
b3d8b483
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
llvm/cmake/config-ix.cmake
+1
-0
1 addition, 0 deletions
llvm/cmake/config-ix.cmake
llvm/include/llvm/Config/config.h.cmake
+1
-1
1 addition, 1 deletion
llvm/include/llvm/Config/config.h.cmake
with
2 additions
and
1 deletion
llvm/cmake/config-ix.cmake
+
1
−
0
View file @
30c0ecc5
...
@@ -160,6 +160,7 @@ check_symbol_exists(gettimeofday sys/time.h HAVE_GETTIMEOFDAY)
...
@@ -160,6 +160,7 @@ check_symbol_exists(gettimeofday sys/time.h HAVE_GETTIMEOFDAY)
check_symbol_exists
(
getrlimit
"sys/types.h;sys/time.h;sys/resource.h"
HAVE_GETRLIMIT
)
check_symbol_exists
(
getrlimit
"sys/types.h;sys/time.h;sys/resource.h"
HAVE_GETRLIMIT
)
check_symbol_exists
(
posix_spawn spawn.h HAVE_POSIX_SPAWN
)
check_symbol_exists
(
posix_spawn spawn.h HAVE_POSIX_SPAWN
)
check_symbol_exists
(
pread unistd.h HAVE_PREAD
)
check_symbol_exists
(
pread unistd.h HAVE_PREAD
)
check_symbol_exists
(
realpath stdlib.h HAVE_REALPATH
)
check_symbol_exists
(
sbrk unistd.h HAVE_SBRK
)
check_symbol_exists
(
sbrk unistd.h HAVE_SBRK
)
check_symbol_exists
(
srand48 stdlib.h HAVE_RAND48_SRAND48
)
check_symbol_exists
(
srand48 stdlib.h HAVE_RAND48_SRAND48
)
if
(
HAVE_RAND48_SRAND48
)
if
(
HAVE_RAND48_SRAND48
)
...
...
This diff is collapsed.
Click to expand it.
llvm/include/llvm/Config/config.h.cmake
+
1
−
1
View file @
30c0ecc5
...
@@ -302,7 +302,7 @@
...
@@ -302,7 +302,7 @@
#cmakedefine HAVE_READDIR ${HAVE_READDIR}
#cmakedefine HAVE_READDIR ${HAVE_READDIR}
/* Define to 1 if you have the `realpath' function. */
/* Define to 1 if you have the `realpath' function. */
#
undef
HAVE_REALPATH
#
cmakedefine
HAVE_REALPATH
${HAVE_REALPATH}
/* Define to 1 if you have the `rintf' function. */
/* Define to 1 if you have the `rintf' function. */
#undef HAVE_RINTF
#undef HAVE_RINTF
...
...
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