r363379 - Revert r363298 "[lit] Disable test on darwin when building shared libs."

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 05:58:17 PDT 2019


Author: nico
Date: Fri Jun 14 05:58:17 2019
New Revision: 363379

URL: http://llvm.org/viewvc/llvm-project?rev=363379&view=rev
Log:
Revert r363298 "[lit] Disable test on darwin when building shared libs."

It broke running check-lld on mac, see https://reviews.llvm.org/D61697

Modified:
    cfe/trunk/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp

Modified: cfe/trunk/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp?rev=363379&r1=363378&r2=363379&view=diff
==============================================================================
--- cfe/trunk/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp (original)
+++ cfe/trunk/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp Fri Jun 14 05:58:17 2019
@@ -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;




More information about the cfe-commits mailing list