1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

gn build: Merge r368024

llvm-svn: 368027
This commit is contained in:
Nico Weber 2019-08-06 13:12:26 +00:00
parent 04fd71aa2f
commit bfa93c5adf

View File

@ -16,5 +16,6 @@ unittest("AArch64Tests") {
include_dirs = [ "//llvm/lib/Target/AArch64" ]
sources = [
"InstSizes.cpp",
"TestStackOffset.cpp",
]
}