Displaying 2 results from an estimated 2 matches for "motw".
Did you mean:
motd
2012 Oct 03
6
Puppet Forge Happenings
...ed out the Forge in a while, please give it
another go. http://forge.puppetlabs.com -- Each day new content is
added or updated and there''s some truly awesome stuff amongst the 500+
Forge modules. There''s also a blog-post series showcasing a new one
each week. links.puppetlabs.com/motw
Thanks for your time and for being an awesome community!
--Ryan
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-u...
2013 Sep 25
1
[LLVMdev] arm64 / iOS support
...;
+
+ if (IsExtern)
+ FixedValue = 0;
+}
+
+MCObjectWriter *llvm::createAArch64MachOObjectWriter(raw_ostream &OS,
+ uint32_t CPUType,
+ uint32_t CPUSubtype) {
+ MCMachObjectTargetWriter *MOTW =
+ new AArch64MachOObjectWriter(CPUType, CPUSubtype);
+ return createMachObjectWriter(MOTW, OS, /*IsLittleEndian=*/true);
+}
diff --git a/lib/Target/AArch64/MCTargetDesc/CMakeLists.txt b/lib/Target/AArch64/MCTargetDesc/CMakeLists.txt
index 44c66a2..cf045a0 100644
--- a/lib/Target/AArch64/MCT...