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
02a0dd8d
Commit
02a0dd8d
authored
11 years ago
by
Sebastian Pop
Browse files
Options
Downloads
Patches
Plain Diff
fix polly buildbot
llvm-svn: 203492
parent
e1de2a39
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/tools/CMakeLists.txt
+1
-1
1 addition, 1 deletion
llvm/tools/CMakeLists.txt
with
1 addition
and
1 deletion
llvm/tools/CMakeLists.txt
+
1
−
1
View file @
02a0dd8d
...
@@ -70,7 +70,7 @@ if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
...
@@ -70,7 +70,7 @@ if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
if
(
WITH_POLLY
)
if
(
WITH_POLLY
)
add_llvm_external_project
(
polly
)
add_llvm_external_project
(
polly
)
else
(
WITH_POLLY
)
else
(
WITH_POLLY
)
list
(
APPEND LLVM_IMPLICIT_PROJECT_IGNORE
"
${
CMAKE_CURRENT_SOU
RC
E
_DIR
}
/polly"
)
list
(
APPEND LLVM_IMPLICIT_PROJECT_IGNORE
"
${
LLVM_MAIN_S
RC_DIR
}
/
tools/
polly"
)
endif
(
WITH_POLLY
)
endif
(
WITH_POLLY
)
# Automatically add remaining sub-directories containing a 'CMakeLists.txt'
# Automatically add remaining sub-directories containing a 'CMakeLists.txt'
...
...
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