Skip to content

Commit 0a312a2

Browse files
BertalanDhiraditya
authored andcommitted
[test] Make xxhash benchmark target name less generic
Downstream users reported that the `xxhash` target name conflicts with some of their existing build targets. Rename it to `bench-xxhash`. See llvm#99634 (comment)
1 parent 8bdc3d9 commit 0a312a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/benchmarks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ set(LLVM_LINK_COMPONENTS
22
Support)
33

44
add_benchmark(DummyYAML DummyYAML.cpp PARTIAL_SOURCES_INTENDED)
5-
add_benchmark(xxhash xxhash.cpp PARTIAL_SOURCES_INTENDED)
5+
add_benchmark(bench-xxhash xxhash.cpp PARTIAL_SOURCES_INTENDED)

0 commit comments

Comments
 (0)