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
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
clang
/
unittests
/
libclang
/
BUILD.gn
blob
cd99640423f97325690dca48249919638e2a9116
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("libclangTests") {
4
configs += [ "//llvm/utils/gn/build:clang_code" ]
5
deps = [
6
"//clang/tools/libclang",
7
]
8
sources = [
9
"LibclangTest.cpp",
10
]
11
if (host_os == "mac") {
12
ldflags = [ "-Wl,-rpath," + rebase_path("$root_out_dir/lib") ]
13
}
14
}