diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-10-28 20:58:53 -0400 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-10-28 20:59:11 -0400 |
commit | 8530f294f59a36e2188e2198275490e1d6616e7f (patch) | |
tree | aa8f870c5771d2ae24df7703bfa199859786d3f7 | |
parent | 03e882050f1a28024dfd9d88688f718734c0b319 (diff) | |
download | bcm5719-llvm-8530f294f59a36e2188e2198275490e1d6616e7f.tar.gz bcm5719-llvm-8530f294f59a36e2188e2198275490e1d6616e7f.zip |
gn build: fix bad merge of 75f72f6b done in 3431f1ba
-rw-r--r-- | llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn index a937994f1ba..bef8b6cd19b 100644 --- a/llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn @@ -16,7 +16,7 @@ unittest("UtilsTests") { "FunctionComparatorTest.cpp", "IntegerDivisionTest.cpp", "LocalTest.cpp", - "SizeOptsTests.cpp", + "SizeOptsTest.cpp", "SSAUpdaterBulkTest.cpp", "UnrollLoopTest.cpp", "ValueMapperTest.cpp", |