We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87cdda commit ad81051Copy full SHA for ad81051
llvm/utils/gn/secondary/llvm/unittests/BUILD.gn
@@ -46,6 +46,7 @@ group("unittests") {
46
"Support:SupportTests",
47
"Support/DynamicLibrary:DynamicLibraryTests",
48
"TableGen:TableGenTests",
49
+ "Target:TargetMachineCTests",
50
"TargetParser:TargetParserTests",
51
"Testing/ADT:TestingADTTests",
52
"Testing/Support:TestingSupportTests",
llvm/utils/gn/secondary/llvm/unittests/Target/BUILD.gn
@@ -0,0 +1,6 @@
1
+import("//third-party/unittest/unittest.gni")
2
+
3
+unittest("TargetMachineCTests") {
4
+ deps = [ "//llvm/lib/Target:AllTargetsCodeGens" ]
5
+ sources = [ "TargetMachineOptionsTest.cpp" ]
6
+}
0 commit comments