[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Option / BUILD.gn
blob51fe4651b168c5be6eb8424d45c02cff341cf768
1 static_library("Option") {
2   output_name = "LLVMOption"
3   deps = [
4     "//llvm/lib/Support",
5   ]
6   sources = [
7     "Arg.cpp",
8     "ArgList.cpp",
9     "OptTable.cpp",
10     "Option.cpp",
11   ]