This build target is currently unused, but after r355144 the sync script
started complaining about cfi.cpp not being listed, and this makes the
script happy again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355275
91177308-0d34-0410-b5e6-
96231b3b80d8
import("//clang/resource_dir.gni")
+source_set("sources") {
+ configs -= [ "//llvm/utils/gn/build:llvm_code" ]
+ configs += [ "//llvm/utils/gn/build:crt_code" ]
+ sources = [
+ "cfi.cpp",
+ ]
+}
+
copy("blacklist") {
sources = [
"cfi_blacklist.txt",