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 75e6133 commit a5ba4c9Copy full SHA for a5ba4c9
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