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
/
llvm
/
lib
/
Testing
/
Support
/
BUILD.gn
blob
cdc4230d03e70c6f2e6113c237ec82cc544fe050
1
static_library("Support") {
2
output_name = "LLVMTestingSupport"
3
deps = [
4
"//llvm/lib/Support",
5
"//llvm/utils/unittest:gtest",
6
]
7
sources = [
8
"Annotations.cpp",
9
"Error.cpp",
10
"SupportHelpers.cpp",
11
]
12
testonly = true
13
}