Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique"
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 15 Aug 2019 03:02:57 +0000 (03:02 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 15 Aug 2019 03:02:57 +0000 (03:02 +0000)
commitd65f37dbcc106bdfc37700b50f006337f2196a87
treee6b7c1e962bfca4495f531cd625bcc5915d4fc38
parent8f6a84d6c32f99064f683bd877959876c7dcfc81
Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique"

The X-ray unit tests in compiler-rt are overriding the C++ version by
explicitly passing -std=c++11 in the compiler invocation. This poses a
problem as these tests are including LLVM headers that can now use C++14
features. I'm temporarily reverting this as I investigate the correct
solution.

llvm-svn: 368952
compiler-rt/lib/xray/tests/unit/fdr_controller_test.cpp