blob: 4276e2e47f583ff7134893e5af79ecca0816e93e [file] [log] [blame]
source_set("sources") {
configs -= [ "//llvm/utils/gn/build:llvm_code" ]
configs += [ "//llvm/utils/gn/build:crt_code" ]
deps = [
"//compiler-rt/lib/sanitizer_common:sources",
]
sources = [
"interception_linux.cc",
"interception_mac.cc",
"interception_type_test.cc",
"interception_win.cc",
]
}