Displaying 4 results from an estimated 4 matches for "getvendorname".
2015 Sep 24
2
TargetTriple issue: LC_VERSION_MIN_MACOSX: Darwin kernel version vs SDK version
...// will get fixed by LLVM 3.8...
//
// See LLVM bug 24927: https://llvm.org/bugs/show_bug.cgi?id=24927#if defined(OSX)
#if (LLVM_VERSION_MAJOR < 3) || ((LLVM_VERSION_MAJOR == 3) && (LLVM_VERSION_MINOR < 8 ))
triple = Triple(triple.getArchName(),
triple.getVendorName(),
"darwin",
triple.getEnvironmentName());
#endif
#endif
This prevents the LC_VERSION_MIN_MACOSX directives from being emitted into the LLVM generated object files.
Any suggestions how to go about fixing LLVM to generate the correct LC_VE...
2014 Jul 09
5
[LLVMdev] [PATCH][REQUEST] Could someone submit this CSR Kalimba definitions patch please?
...bjectFormatType
Kind) {
switch (Kind) {
case Triple::UnknownObjectFormat: return "";
@@ -395,7 +381,6 @@
Triple::Triple(const Twine &Str)
: Data(Str.str()),
Arch(parseArch(getArchName())),
- SubArch(parseSubArch(getArchName())),
Vendor(parseVendor(getVendorName())),
OS(parseOS(getOSName())),
Environment(parseEnvironment(getEnvironmentName())),
@@ -413,7 +398,6 @@
Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const
Twine &OSStr)
: Data((ArchStr + Twine('-') + VendorStr + Twine('-') + OSStr...
2007 Mar 19
0
[898] branches/wxruby2/wxwidgets_282/swig/classes/App.i: Fix init of stock objects for Wx2.8 - was causing infinite loop +crash on OS X
...x">
</span><span class="cx"> VALUE wxRubyApp::app_ptr = Qnil;
</span><span class="lines">@@ -151,7 +144,6 @@
</span><span class="cx"> bool GetUseBestVisual() const;
</span><span class="cx"> wxString GetVendorName() const;
</span><span class="cx"> void ExitMainLoop() ;
</span><del>- bool Initialized() ;
</del><span class="cx"> int MainLoop() ;
</span><span class="cx"> virtual void OnAssert(const wxChar *file, int line, const...
2007 Mar 31
0
[934] branches/wxruby2/wxwidgets_282: Rename OnAssert to OnAssertFailure, reflecting wx 2.8 API
...mp;nbsp printf("ASSERT fired\n");
</span><span class="cx">         }
</span><span class="lines">@@ -145,7 +146,7 @@
</span><span class="cx"> wxString GetVendorName() const;
</span><span class="cx"> void ExitMainLoop() ;
</span><span class="cx"> int MainLoop() ;
</span><del>- virtual void OnAssert(const wxChar *file, int line, const wxChar *cond, const wxChar *msg);
</del><ins>+ virtual...