summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-07-31 18:04:03 +0000
committerNico Weber <nicolasweber@gmx.de>2019-07-31 18:04:03 +0000
commitcf0a646d3c3e113a5f34ee2a600d2d1dbc37aec9 (patch)
treed4db1e7e97c063750886aece4faa6e2b476d8f1d
parentebbce04c14bbbed3c73e3ac32b49f49fd5743aa1 (diff)
downloadbcm5719-llvm-cf0a646d3c3e113a5f34ee2a600d2d1dbc37aec9.tar.gz
bcm5719-llvm-cf0a646d3c3e113a5f34ee2a600d2d1dbc37aec9.zip
gn build: Merge r367456
llvm-svn: 367457
-rw-r--r--llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn
index 77a6c284031..02eadbfca1b 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn
@@ -6,12 +6,12 @@ source_set("sources") {
]
sources = [
"interception.h",
- "interception_linux.cc",
+ "interception_linux.cpp",
"interception_linux.h",
- "interception_mac.cc",
+ "interception_mac.cpp",
"interception_mac.h",
- "interception_type_test.cc",
- "interception_win.cc",
+ "interception_type_test.cpp",
+ "interception_win.cpp",
"interception_win.h",
]
}
OpenPOWER on IntegriCloud