Guest User

Untitled

a guest
Jul 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Index: lib/CodeGen/TargetABIInfo.cpp
  2. ===================================================================
  3. --- lib/CodeGen/TargetABIInfo.cpp (revision 84645)
  4. +++ lib/CodeGen/TargetABIInfo.cpp (working copy)
  5. @@ -1744,10 +1744,9 @@
  6. return *(TheABIInfo = new SystemZABIInfo());
  7.  
  8. case llvm::Triple::x86:
  9. - if (Triple.getOS() == llvm::Triple::Darwin)
  10. - return *(TheABIInfo = new X86_32ABIInfo(Context, true, true));
  11. -
  12. switch (Triple.getOS()) {
  13. + case llvm::Triple::Darwin:
  14. + return *(TheABIInfo = new X86_32ABIInfo(Context, true, true))
  15. case llvm::Triple::Cygwin:
  16. case llvm::Triple::DragonFly:
  17. case llvm::Triple::MinGW32:
Add Comment
Please, Sign In to add comment