[libcxx-commits] [libcxx] 97d8d6a - [libc++] Enable std::function ABI bug demonstration on Apple Clang too

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 9 12:03:54 PDT 2020


Author: Louis Dionne
Date: 2020-03-09T15:03:34-04:00
New Revision: 97d8d6ab38224d689b96beae3c38860eb6131039

URL: https://github.com/llvm/llvm-project/commit/97d8d6ab38224d689b96beae3c38860eb6131039
DIFF: https://github.com/llvm/llvm-project/commit/97d8d6ab38224d689b96beae3c38860eb6131039.diff

LOG: [libc++] Enable std::function ABI bug demonstration on Apple Clang too

Added: 
    

Modified: 
    libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp b/libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
index 1d43ff6711cd..2fc2f32d8a95 100644
--- a/libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
+++ b/libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// REQUIRES: clang
+// REQUIRES: clang || apple-clang
 // XFAIL: *
 
 // This tests is meant to demonstrate an existing ABI bug between the


        


More information about the libcxx-commits mailing list