[cfe-commits] [Patch] Initial FreeBSD ARM support

Eli Friedman eli.friedman at gmail.com
Wed Dec 12 13:39:13 PST 2012


On Wed, Dec 12, 2012 at 2:21 AM, Andrew Turner <andrew at fubar.geek.nz> wrote:
> On Sun, 9 Dec 2012 15:06:54 +1300
> Andrew Turner <andrew at fubar.geek.nz> wrote:
>
>> I have attached a new patch that updates the tests.
>
> Were there any issues with this patch or can it be committed?

+      if (getTriple().getOS() != llvm::Triple::FreeBSD) {
+        SizeType = UnsignedLong;
+      }

No braces for simple if statements.

Otherwise, LGTM.

-Eli



More information about the cfe-commits mailing list