Fix CMake build after adding TestOpaqueLoc.cpp
authorNicolas Vasilache <ntv@google.com>
Mon, 7 Oct 2019 15:25:24 +0000 (08:25 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 7 Oct 2019 15:25:53 +0000 (08:25 -0700)
PiperOrigin-RevId: 273296399

mlir/test/lib/Transforms/CMakeLists.txt

index a475526..8669dfe 100644 (file)
@@ -5,6 +5,7 @@ add_llvm_library(MLIRTestTransforms
   TestInlining.cpp
   TestLoopMapping.cpp
   TestLoopParametricTiling.cpp
+  TestOpaqueLoc.cpp
   TestMemRefStrideCalculation.cpp
   TestVectorizationUtils.cpp