mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
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
0879ff91d9
commit
6608668abf
@ -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…
x
Reference in New Issue
Block a user