We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a360205 commit c3207cdCopy full SHA for c3207cd
llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn
@@ -3,6 +3,8 @@ source_set("sources") {
3
configs += [ "//llvm/utils/gn/build:crt_code" ]
4
sources = [
5
"interception.h",
6
+ "interception_aix.cpp",
7
+ "interception_aix.h",
8
"interception_linux.cpp",
9
"interception_linux.h",
10
"interception_mac.cpp",
0 commit comments