"llvm/lib/Target/X86/X86ISelSimple.cpp" did not exist on "33930ad7bdfbc4c351e5677d1102c3af24787c6e"
[MS] Pass non-trivially-copyable objects indirectly on Windows ARM
This isn't exactly what MSVC does, unfortunately. MSVC does not pass objects with destructors but no copy constructors by address. More ARM expertise is required to really understand what should be done here. Fixes PR29136. llvm-svn: 279764
Loading
Please register or sign in to comment