atanasyan added inline comments.
================
Comment at: lib/Driver/ToolChains/FreeBSD.cpp:197
+ CmdArgs.push_back("-m");
+ CmdArgs.push_back("elf64ltsmip_fbsd");
+ break;
----------------
Does it make a sense to handle N32 ABI case here?
Repository:
rC Clang
https://reviews.llvm.org/D48507
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
