[llvm] 54e1454 - [gn] expand dummy target from 2ed813ff2696
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 15:56:02 PDT 2023
Author: Nico Weber
Date: 2023-09-20T18:55:40-04:00
New Revision: 54e14549652d9c118eb0a1a94680c6344f9a83ce
URL: https://github.com/llvm/llvm-project/commit/54e14549652d9c118eb0a1a94680c6344f9a83ce
DIFF: https://github.com/llvm/llvm-project/commit/54e14549652d9c118eb0a1a94680c6344f9a83ce.diff
LOG: [gn] expand dummy target from 2ed813ff2696
It also needs a sources list for the sync script not to complain.
Added:
Modified:
llvm/utils/gn/secondary/llvm/unittests/Target/VE/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/unittests/Target/VE/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Target/VE/BUILD.gn
index 4cae3bb6418848d..17f8f2b57557845 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Target/VE/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Target/VE/BUILD.gn
@@ -1 +1,4 @@
# FIXME: If we add the VE target to the GN build, add VETests here.
+group("dummy") {
+ sources = [ "MachineInstrTest.cpp" ]
+}
More information about the llvm-commits
mailing list