llvm-for-llvmta/utils/gn/secondary/compiler-rt/lib/BUILD.gn
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
129 B
Plaintext

group("lib") {
deps = [
"//compiler-rt/lib/asan",
"//compiler-rt/lib/builtins",
"//compiler-rt/lib/profile",
]
}