Skip to content

Commit f7d72c2

Browse files
author
Mandeep Singh Grang
authored
Skip XRay tests from running as part of benchmarking (#96)
XRay benchmarks need to link with compiler-rt. We do not build compiler-rt as part of our nightly Checked C validations. So we need to skip XRay tests from running as part of benchmarking.
1 parent 65872ea commit f7d72c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MicroBenchmarks/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
file(COPY lit.local.cfg DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
22

33
add_subdirectory(libs)
4-
add_subdirectory(XRay)
4+
# XRay benchmarks need to link with compiler-rt. We do not build compiler-rt as
5+
# part of our nightly Checked C validations. So we need to skip XRay tests from
6+
# running as part of benchmarking.
7+
#add_subdirectory(XRay)
58
add_subdirectory(LCALS)
69
add_subdirectory(harris)
710
add_subdirectory(ImageProcessing)

0 commit comments

Comments
 (0)