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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
libcxxabi
/
include
/
BUILD.gn
blob
46df5290098169625397fd8ec05c061130aa41df
1
import("//clang/resource_dir.gni")
2
3
copy("include") {
4
sources = [
5
"__cxxabi_config.h",
6
"cxxabi.h",
7
]
8
outputs = [
9
"$root_build_dir/include/c++/v1/{{source_target_relative}}",
10
]
11
}