diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn index bcf28662f7511c..88b820ad03ed03 100644 --- a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn @@ -36,6 +36,7 @@ source_set("sources") { "primary32.h", "primary64.h", "quarantine.h", + "release.cpp", "release.h", "report.cpp", "report.h",