repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git]
/
llvm
/
utils
/
gn
/
secondary
/
libcxxabi
/
include
/
BUILD.gn
blob
74541e6b31227b1038159869c560e30f6e17fde3
1
import("//clang/resource_dir.gni")
2
3
copy("include") {
4
sources = [
5
"__cxxabi_config.h",
6
"cxxabi.h",
7
]
8
outputs = [ "$root_build_dir/include/c++/v1/{{source_target_relative}}" ]
9
}