[llvm] 2ed813f - [gn] Add dummy build file for VETests
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 08:08:42 PDT 2023
Author: Nico Weber
Date: 2023-09-20T11:08:36-04:00
New Revision: 2ed813ff269664f2f9e78e9887c205b634226831
URL: https://github.com/llvm/llvm-project/commit/2ed813ff269664f2f9e78e9887c205b634226831
DIFF: https://github.com/llvm/llvm-project/commit/2ed813ff269664f2f9e78e9887c205b634226831.diff
LOG: [gn] Add dummy build file for VETests
sync_source_lists_from_cmake.py checks that every unittest in CMake
also exists in the GN build. 4f330b7f756e added VETests, but the GN
build doesn't include the VE target. So add a dummy target for this
to placate the check.
Added:
llvm/utils/gn/secondary/llvm/unittests/Target/VE/BUILD.gn
Modified:
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
new file mode 100644
index 000000000000000..4cae3bb6418848d
--- /dev/null
+++ b/llvm/utils/gn/secondary/llvm/unittests/Target/VE/BUILD.gn
@@ -0,0 +1 @@
+# FIXME: If we add the VE target to the GN build, add VETests here.
More information about the llvm-commits
mailing list