]> granicus.if.org Git - clang/commitdiff
Revert r363298 "[lit] Disable test on darwin when building shared libs."
authorNico Weber <nicolasweber@gmx.de>
Fri, 14 Jun 2019 12:58:17 +0000 (12:58 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 14 Jun 2019 12:58:17 +0000 (12:58 +0000)
It broke running check-lld on mac, see https://reviews.llvm.org/D61697

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363379 91177308-0d34-0410-b5e6-96231b3b80d8

test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp

index 26a6a8ad6e9447cae73ace066fb8c19b0997cf59..f6424380d719322ad140a1bb8cee424dde53888f 100644 (file)
@@ -16,7 +16,5 @@
 //
 // ^ -ccc-install-dir passed to unbreak tests on *BSD where
 //   getMainExecutable() relies on real argv[0] being passed
-//
-// UNSUPPORTED: enable_shared
 #include <mock_vector>
 vector v;