mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Add a FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d93bf04a07
commit
e09ccab0ce
@ -114,6 +114,8 @@ def executeShCmd(cmd, cfg, cwd, results):
|
||||
else:
|
||||
r[2] = open(r[0], r[1])
|
||||
# Workaround a Win32 and/or subprocess bug when appending.
|
||||
#
|
||||
# FIXME: Actually, this is probably an instance of PR6753.
|
||||
if r[1] == 'a':
|
||||
r[2].seek(0, 2)
|
||||
opened_files.append(r[2])
|
||||
|
Loading…
x
Reference in New Issue
Block a user