Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DIVINE
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository 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
paradise
mirror
DIVINE
Commits
037cbdc2
There was an error fetching the commit references. Please try again later.
Commit
037cbdc2
authored
5 years ago
by
Zuzana Baranová
Browse files
Options
Downloads
Patches
Plain Diff
cmake: Build dioscc.
parent
f8d2af74
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
Makefile
+1
-1
1 addition, 1 deletion
Makefile
tools/CMakeLists.txt
+5
-0
5 additions, 0 deletions
tools/CMakeLists.txt
with
6 additions
and
1 deletion
Makefile
+
1
−
1
View file @
037cbdc2
...
...
@@ -63,7 +63,7 @@ all: $(DEFAULT_FLAVOUR)
FLAVOURS
=
debug asan release semidbg static bench
SPECIAL
=
divbench
NORMAL
=
divine unit functional website check llvm-utils clang
\
install
lart runner divcheck divcc manual
\
install
lart runner divcheck divcc
dioscc
manual
\
test-divine test-lart test-bricks
TARGETS
=
$(
NORMAL
)
$(
SPECIAL
)
...
...
This diff is collapsed.
Click to expand it.
tools/CMakeLists.txt
+
5
−
0
View file @
037cbdc2
...
...
@@ -6,12 +6,17 @@ add_definitions( ${DIVINE_DEFINES} )
add_executable
(
runtime-cc runtime-cc.cpp
)
add_executable
(
runtime-ld runtime-ld.cpp
)
add_executable
(
divcc divcc.cpp
)
add_executable
(
dioscc dioscc.cpp
)
target_link_libraries
(
runtime-cc divine-cc
)
target_link_libraries
(
runtime-ld divine-cc
)
target_link_libraries
(
divcc divine-cc divine-rt divine-ui
)
target_link_libraries
(
divcc LLVMTarget LLVMAsmPrinter LLVMOption
)
target_link_libraries
(
divcc clangFrontend clangDriver
)
target_link_libraries
(
dioscc divine-cc divine-rt divine-ui
)
target_link_libraries
(
dioscc LLVMTarget LLVMAsmPrinter LLVMOption
)
target_link_libraries
(
dioscc clangFrontend clangDriver
)
add_executable
(
divine divine.cpp
)
set_source_files_properties
(
lart.cpp PROPERTIES COMPILE_FLAGS -fno-rtti
)
...
...
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