Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Dynare
preprocessor
Commits
473e0d0f
Verified
Commit
473e0d0f
authored
10 months ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Add native file for building against LLVM 15 (both Clang and libc++)
parent
e7d4860d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#10665
passed
10 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/llvm-15.ini
+14
-0
14 additions, 0 deletions
scripts/llvm-15.ini
with
14 additions
and
0 deletions
scripts/llvm-15.ini
0 → 100644
+
14
−
0
View file @
473e0d0f
# For compiling with LLVM 15 (both Clang and libc++)
# Useful for testing compilation under macOS with Xcode
# Under Debian, requires the following packages: clang-15 libc++-15-dev libc++abi-15-dev
[binaries]
cpp
=
'clang++-15'
[built-in options]
# The -fexperimental-library flag is needed to have access to the ranges library
# Should no longer be needed with LLVM ⩾16.
# The -Wno-unqualified-std-cast-call remove many warnings about “move” not being
# qualified with “std::” namespace.
cpp_args
=
['-stdlib=libc++', '-Wno-unqualified-std-cast-call', '-fexperimental-library' ]
cpp_link_args
=
[ '-stdlib=libc++' ]
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