repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Improve lit.Run class
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
compiler-rt
/
lib
/
cfi
/
BUILD.gn
blob
0db8fca16a93662021ff3b2deedf2fc983a05ad1
1
import("//clang/resource_dir.gni")
2
3
source_set("sources") {
4
configs -= [ "//llvm/utils/gn/build:llvm_code" ]
5
configs += [ "//llvm/utils/gn/build:crt_code" ]
6
sources = [
7
"cfi.cpp",
8
]
9
}
10
11
copy("blacklist") {
12
sources = [
13
"cfi_blacklist.txt",
14
]
15
outputs = [
16
"$clang_resource_dir/share/{{source_target_relative}}",
17
]
18
}