Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
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
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
llvm
hpvm-release
Commits
56b6b9d9
Commit
56b6b9d9
authored
5 years ago
by
Akash Kothari
Browse files
Options
Downloads
Patches
Plain Diff
Add updated LIT infrastructure
parent
e7c8ccde
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
hpvm/test/CMakeLists.txt
+0
-7
0 additions, 7 deletions
hpvm/test/CMakeLists.txt
hpvm/test/lit.cfg.py
+0
-2
0 additions, 2 deletions
hpvm/test/lit.cfg.py
with
0 additions
and
9 deletions
hpvm/test/CMakeLists.txt
+
0
−
7
View file @
56b6b9d9
...
@@ -22,13 +22,6 @@ configure_lit_site_cfg(
...
@@ -22,13 +22,6 @@ configure_lit_site_cfg(
MAIN_CONFIG
MAIN_CONFIG
${
CMAKE_CURRENT_SOURCE_DIR
}
/lit.cfg.py
${
CMAKE_CURRENT_SOURCE_DIR
}
/lit.cfg.py
)
)
configure_lit_site_cfg
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/Unit/lit.site.cfg.py.in
${
CMAKE_CURRENT_BINARY_DIR
}
/Unit/lit.site.cfg.py
MAIN_CONFIG
${
CMAKE_CURRENT_SOURCE_DIR
}
/Unit/lit.cfg.py
)
# Set the depends list as a variable so that it can grow conditionally.
# Set the depends list as a variable so that it can grow conditionally.
# NOTE: Sync the substitutions in test/lit.cfg when adding to this list.
# NOTE: Sync the substitutions in test/lit.cfg when adding to this list.
...
...
This diff is collapsed.
Click to expand it.
hpvm/test/lit.cfg.py
+
0
−
2
View file @
56b6b9d9
...
@@ -59,8 +59,6 @@ llvm_config.with_environment(
...
@@ -59,8 +59,6 @@ llvm_config.with_environment(
# Set up OCAMLRUNPARAM to enable backtraces in OCaml tests.
# Set up OCAMLRUNPARAM to enable backtraces in OCaml tests.
llvm_config
.
with_environment
(
'
OCAMLRUNPARAM
'
,
'
b
'
)
llvm_config
.
with_environment
(
'
OCAMLRUNPARAM
'
,
'
b
'
)
llvm_config
.
with_environment
(
'
LLVM_SRC_ROOT
'
,
config
.
llvm_src_root
)
# Provide the path to asan runtime lib 'libclang_rt.asan_osx_dynamic.dylib' if
# Provide the path to asan runtime lib 'libclang_rt.asan_osx_dynamic.dylib' if
# available. This is darwin specific since it's currently only needed on darwin.
# available. This is darwin specific since it's currently only needed on darwin.
...
...
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