Skip to content

Commit ccb9e21

Browse files
committed
Reinstate BPF tests.
These now pass on the CI machine, so may as well re-enable them.
1 parent d3e979f commit ccb9e21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,7 @@ set(LLVM_ALL_TARGETS
307307
AMDGPU
308308
ARM
309309
AVR
310-
# The BPF tests currently fail on our CI machine. This could be due to the
311-
# kernel version that we use, but either way, the tests also fail on vanilla
312-
# LLVM, so the failures are not due to our changes.
313-
# BPF
310+
BPF
314311
Hexagon
315312
Lanai
316313
Mips

0 commit comments

Comments
 (0)