[PATCH] D140247: Disable Univariate3D_Invert to workaround module build failure
    Sander de Smalen via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec 20 08:00:10 PST 2022
    
    
  
sdesmalen added inline comments.
================
Comment at: llvm/unittests/Support/LinearPolyBaseTest.cpp:171
 
+#ifndef __APPLE__
+// FIXME: workaround for module build failures:
----------------
I'm not sure that I understand either the problem or the solution :)
Is there a bug in Clang that this doesn't compile correctly when using modules? Or is there perhaps something wrong with the implementation of `operator-` (e.g. it not being correct/compliant yet GCC/Clang always accepted it).
Is this failure somehow specific to Darwin?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140247/new/
https://reviews.llvm.org/D140247
    
    
More information about the llvm-commits
mailing list