mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 11:36:09 +00:00
[gn] port dbae7176a6ec (LLVMTelemetry)
This commit is contained in:
parent
c858bf620c
commit
10c18ab7e6
5
llvm/utils/gn/secondary/llvm/lib/Telemetry/BUILD.gn
Normal file
5
llvm/utils/gn/secondary/llvm/lib/Telemetry/BUILD.gn
Normal file
@ -0,0 +1,5 @@
|
||||
static_library("Telemetry") {
|
||||
output_name = "LLVMTelemetry"
|
||||
deps = [ "//llvm/lib/Support" ]
|
||||
sources = [ "Telemetry.cpp" ]
|
||||
}
|
@ -50,6 +50,7 @@ group("unittests") {
|
||||
"TableGen:TableGenTests",
|
||||
"Target:TargetMachineCTests",
|
||||
"TargetParser:TargetParserTests",
|
||||
"Telemetry:TelemetryTests",
|
||||
"Testing/ADT:TestingADTTests",
|
||||
"Testing/Support:TestingSupportTests",
|
||||
"TextAPI:TextAPITests",
|
||||
|
10
llvm/utils/gn/secondary/llvm/unittests/Telemetry/BUILD.gn
Normal file
10
llvm/utils/gn/secondary/llvm/unittests/Telemetry/BUILD.gn
Normal file
@ -0,0 +1,10 @@
|
||||
import("//third-party/unittest/unittest.gni")
|
||||
|
||||
unittest("TelemetryTests") {
|
||||
deps = [
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/Support",
|
||||
"//llvm/lib/Telemetry",
|
||||
]
|
||||
sources = [ "TelemetryTest.cpp" ]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user