search for: openfileforwrite

Displaying 7 results from an estimated 7 matches for "openfileforwrite".

2013 May 25
4
[LLVMdev] The system library is gone for a long time.
0b5c0c9c868213fee1a8e3b571a96e2e099e8e1e docs/SupportLibrary.rst | 247 ++++++++++++++++++++++++++++++++++++++++++++++++ docs/SystemLibrary.rst | 247 ------------------------------------------------ docs/index.rst | 6 +- 3 files changed, 250 insertions(+), 250 deletions(-) diff --git a/docs/SupportLibrary.rst b/docs/SupportLibrary.rst new file mode 100644 index 0000000..36ab49a ---
2013 May 26
1
[LLVMdev] The system library is gone for a long time.
OK, I'll resubmit it. 2013/5/26 David Majnemer <david.majnemer at gmail.com>: > This patch has changed "System V IPC" to "Support V IPC". This seems to be an accident caused by some sort of automation. > > Sent from my iPhone > > On May 25, 2013, at 7:27 AM, 罗勇刚(Yonggang Luo) <luoyonggang at gmail.com> wrote: > >>
2013 May 26
0
[LLVMdev] The system library is gone for a long time.
This patch has changed "System V IPC" to "Support V IPC". This seems to be an accident caused by some sort of automation. Sent from my iPhone On May 25, 2013, at 7:27 AM, 罗勇刚(Yonggang Luo) <luoyonggang at gmail.com> wrote: > 0b5c0c9c868213fee1a8e3b571a96e2e099e8e1e > docs/SupportLibrary.rst | 247 ++++++++++++++++++++++++++++++++++++++++++++++++ >
2013 May 26
0
[LLVMdev] The system library is gone for a long time.
>From 1d658dd52ca3973109e370103a7dd3485a4ee11f Mon Sep 17 00:00:00 2001 From: Yonggang Luo <luoyonggang at gmail.com> Date: Mon, 27 May 2013 00:07:16 +0800 Subject: [PATCH] The System library is merged into Support library. --- docs/SystemLibrary.rst | 104 ++++++++++++++++++++++++------------------------- docs/index.rst | 4 +- 2 files changed, 54 insertions(+), 54
2013 May 26
2
[LLVMdev] The system library is gone for a long time.
On 25 May 2013 15:30, Sean Silva <silvas at purdue.edu> wrote: > This will break existing URLs. Until we have a way to set up redirects the > file name should stay the same. Would a SystemLibrary.rst saying it was replaced with the support library be ok? > -- Sean Silva Cheers, Rafael
2013 May 27
3
[LLVMdev] The system library is gone for a long time.
ping,is there any other problems in this patch? 在 2013-5-27 上午12:09,"罗勇刚(Yonggang Luo)" <luoyonggang at gmail.com>写道: > From 1d658dd52ca3973109e370103a7dd3485a4ee11f Mon Sep 17 00:00:00 2001 > From: Yonggang Luo <luoyonggang at gmail.com> > Date: Mon, 27 May 2013 00:07:16 +0800 > Subject: [PATCH] The System library is merged into Support library. > > ---
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary file around. The same is true for other llvm tools. As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and restart the run a few times. You will get t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff The same would happen if there was a fatal error between the