R600/SI: Disable commutativity for MIN/MAX_LEGACY
[oota-llvm.git] / utils / unittest / CMakeLists.txt
index 569af88d670be6229d6b349796d69b78bee00aee..b6d2d6d9e0e99df82067d6182f3b3c9c15027538 100644 (file)
@@ -40,6 +40,9 @@ endif ()
 
 add_llvm_library(gtest
   googletest/src/gtest-all.cc
+
+  LINK_LIBS
+  LLVMSupport # Depends on llvm::raw_ostream
   )
 
 add_subdirectory(UnitTestMain)