search for: savetemps

Displaying 6 results from an estimated 6 matches for "savetemps".

2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
...erateNative(OutputFilename, AssemblyFile.toString(), - LibPaths, Libraries, gcc, envp, LinkAsLibrary, RPath, - SOName, Verbose); + LibPaths, Libraries, gcc, envp, LinkAsLibrary, + NoInternalize, RPath, SOName, Verbose); if (!SaveTemps) { // Remove the assembly language file. @@ -340,8 +340,8 @@ GenerateCFile(CFile.toString(), RealBytecodeOutput, llc, Verbose); if (Verbose) std::cout << "Generating Native Code\n"; GenerateNative(OutputFilename, CFile.toString(), -...
2005 Aug 02
0
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
...tputFilename, AssemblyFile.toString(), - LibPaths, Libraries, gcc, envp, LinkAsLibrary, RPath, - SOName, Verbose); + LibPaths, Libraries, gcc, envp, LinkAsLibrary, + NoInternalize, RPath, SOName, Verbose); if (!SaveTemps) { // Remove the assembly language file. @@ -340,8 +340,8 @@ GenerateCFile(CFile.toString(), RealBytecodeOutput, llc, Verbose); if (Verbose) std::cout << "Generating Native Code\n"; GenerateNative(OutputFilename, CFile.toString(), -...
2009 Jun 30
2
[LLVMdev] llvmc for PIC16
Mikhail Glushenkov wrote: > Hi Sanjiv, > > 2009/6/29 Sanjiv Gupta <sanjiv.gupta at microchip.com>: > >> I want to retrieve the value of argv[0] (which was passed to main function >> of the driver) in PrependCustomizedPath. >> > > I've added a way to access argv[0] in hooks: > http://thread.gmane.org/gmane.comp.compilers.llvm.cvs/50789 >
2009 Jun 30
0
[LLVMdev] llvmc for PIC16
...Sanjiv Gupta <sanjiv.gupta at microchip.com>: > One more thing: > How to make --save-temps always on, so that users won't have to specify it > every time they invoke the driver? Either always run the driver via an alias, or edit lib/CompilerDriver/BuiltinOptions.cpp: cl::opt<SaveTempsEnum::Values> SaveTemps ("save-temps", cl::desc("Keep temporary files"), cl::init(SaveTempsEnum::Unset), // <- Change Unset to Cwd -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...rded.s lld :: COFF/reloc-oob.yaml lld :: COFF/reloc-x64.test lld :: COFF/reloc-x86.test lld :: COFF/resource.test lld :: COFF/responsefile.test lld :: COFF/rsds.test lld :: COFF/safeseh-diag-feat.test lld :: COFF/safeseh-md.s lld :: COFF/safeseh.s lld :: COFF/savetemps.ll lld :: COFF/secidx-absolute.s lld :: COFF/secrel-absolute.s lld :: COFF/secrel-common.s lld :: COFF/section-size.s lld :: COFF/section.test lld :: COFF/seh-comdat.test lld :: COFF/seh.test lld :: COFF/sort-debug.test lld :: COFF/stack.test lld :: COFF/strt...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>