gn build: Add a cfi/sources target.

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.

llvm-svn: 355275
This commit is contained in:
Nico Weber 2019-03-02 18:29:56 +00:00
parent c10a884873
commit 84f2803bc6
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
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",