xref: /llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn (revision 10ce1eed47ef8b9985c635acb05894cad717bf49)
1source_set("sources") {
2  configs -= [ "//llvm/utils/gn/build:llvm_code" ]
3  configs += [ "//llvm/utils/gn/build:crt_code" ]
4  sources = [
5    "interception.h",
6    "interception_linux.cpp",
7    "interception_linux.h",
8    "interception_mac.cpp",
9    "interception_mac.h",
10    "interception_type_test.cpp",
11    "interception_win.cpp",
12    "interception_win.h",
13  ]
14}
15