1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[gn build] Port dbfa69c5024

This commit is contained in:
LLVM GN Syncbot 2020-11-09 23:03:42 +00:00
parent 4f20c5bff5
commit 9ac1d1b82f

View File

@ -12,5 +12,8 @@ unittest("OptionTests") {
"//llvm/lib/Option",
"//llvm/lib/Support",
]
sources = [ "OptionParsingTest.cpp" ]
sources = [
"OptionMarshallingTest.cpp",
"OptionParsingTest.cpp",
]
}