Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
sft
lcgcmake
Merge requests
!114
gdb 8.2 incompatible with clang6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
gdb 8.2 incompatible with clang6
gdb_clang6
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Ivan Razumov
requested to merge
gdb_clang6
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
See llvm bug:
https://bugs.llvm.org/show_bug.cgi?id=35724
0
0
Merge request reports
Viewing commit
e6203a36
Show latest version
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e6203a36
gdb 8.2 incompatible with clang6
· e6203a36
Ivan Razumov
authored
6 years ago
cmake/toolchain/heptools-dev-base.cmake
+
5
−
1
Options
@@ -129,7 +129,11 @@ LCG_external_package(futures 3.2.0
LCG_external_package
(
gast 0.2.0
)
#LCG_external_package(GCCXML 0.9.0_20131026 gccxml )
if
(
NOT
${
LCG_OS
}
MATCHES mac
)
LCG_external_package
(
gdb 8.2
)
if
(
NOT LCG_COMP STREQUAL
"clang"
)
LCG_external_package
(
gdb 8.2
)
else
()
LCG_external_package
(
gdb 7.12.1
)
endif
()
endif
()
LCG_external_package
(
genshi 0.7
)
LCG_external_package
(
geos 3.6.2
)
Loading