[PATCH] D22678: [mips][ias] Enable IAS by default for N64 on Debian mips64el.

Matthew Fortune via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 07:36:37 PDT 2016


mpf added a subscriber: mpf.
mpf added a comment.

I'm not sure there is any subtlety between all n64 and debian mips64/mips64el. If someone uses a manually modified triple to have gnuabi64 along with a -mabi=64 option then n64 will get IAS enabled. If you use a 32bit triple with a -mabi=64 then it won't be enabled.

I would change the comment to be:

// Enable IAS by default if the environment encodes the ABI explicitly

Matthew


https://reviews.llvm.org/D22678





More information about the llvm-commits mailing list