Skip to content

Commit 54e1454

Browse files
committed
[gn] expand dummy target from 2ed813f
It also needs a sources list for the sync script not to complain.
1 parent 81b0c24 commit 54e1454

File tree

1 file changed

+3
-0
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/Target/VE

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# FIXME: If we add the VE target to the GN build, add VETests here.
2+
group("dummy") {
3+
sources = [ "MachineInstrTest.cpp" ]
4+
}

0 commit comments

Comments
 (0)