[Lldb-commits] [PATCH] D134041: [LLDB] Enable non-trivial types in EmulateInstruction::Context
    David Spickett via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Sep 16 07:53:22 PDT 2022
    
    
  
DavidSpickett added a comment.
Variant is supported from:
libstdc++ 7.1
VS 2017 15.0
libcxx 4.0
So far so good relative to https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library.
https://en.cppreference.com/w/cpp/compiler_support/17#C.2B.2B17_library_features claims it is in apple clang 10.0.0 so unfortunately we're not quite there as the minimum is 9.3.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134041/new/
https://reviews.llvm.org/D134041
    
    
More information about the lldb-commits
mailing list