[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / compiler-rt / lib / interception / BUILD.gn
blob02eadbfca1b5df6529e1c5725b4db84a2e43f030
1 source_set("sources") {
2   configs -= [ "//llvm/utils/gn/build:llvm_code" ]
3   configs += [ "//llvm/utils/gn/build:crt_code" ]
4   deps = [
5     "//compiler-rt/lib/sanitizer_common:sources",
6   ]
7   sources = [
8     "interception.h",
9     "interception_linux.cpp",
10     "interception_linux.h",
11     "interception_mac.cpp",
12     "interception_mac.h",
13     "interception_type_test.cpp",
14     "interception_win.cpp",
15     "interception_win.h",
16   ]