forked from OSchip/llvm-project
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:
parent
c10a884873
commit
84f2803bc6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue