Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

files placed in source directory during make or make check #11125

Open Quuxplusone opened 12 years ago

Quuxplusone commented 12 years ago
Bugzilla Link PR10918
Status NEW
Importance P normal
Reported by reed kotler (rkotler@mips.com)
Reported on 2011-09-12 19:51:20 -0700
Last modified on 2011-09-12 22:24:37 -0700
Version trunk
Hardware PC Linux
CC efriedma@quicinc.com, geek4civic@gmail.com, llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
Sometimes as a result of make, files are placed in the source directory (as
opposed to the build directory). This can cause problems and lead to false
failures later sometimes.

In one source directory, the following files appeared:  docs/SegmentedStacks.html
#   test/Analysis/BasicAA/memset_pattern.ll
#   test/CodeGen/ARM/2011-08-29-SchedCycle.ll
#   test/CodeGen/ARM/2011-08-29-ldr_pre_imm.ll
#   test/CodeGen/ARM/atomic-64bit.ll
#   test/CodeGen/ARM/elf-lcomm-align.ll
#   test/CodeGen/ARM/subreg-remat.ll
#   test/CodeGen/PowerPC/cr1eq.ll
#   test/CodeGen/X86/2011-08-29-BlockConstant.ll
#   test/CodeGen/X86/MachineSink-DbgValue.ll
#   test/CodeGen/X86/segmented-stacks.ll
#   test/MC/ARM/basic-thumb2-instructions.s
#   test/MC/ARM/thumb-nop.s
#   test/MC/ARM/thumb2-diagnostics.s
#   test/MC/Disassembler/ARM/thumb2.txt
#   test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll
#   test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll
#   test/Transforms/GVN/pr10820.ll
#   test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll
#   test/Transforms/LoopUnroll/pr10813.ll
#   test/Transforms/SCCP/atomic-load-store.ll
#   test/Transforms/SimplifyCFG/2011-09-05-TrivialLPad.ll

In another:

#   test/CodeGen/ARM/2011-09-09-OddVectorDivision.s
Quuxplusone commented 12 years ago

The OddVectorDivision.s one was a mistake that is fixed in top-of-tree; the others look like a list of files recently added to the source tree...

Quuxplusone commented 12 years ago
(In reply to comment #1)
> The OddVectorDivision.s one was a mistake that is fixed in top-of-tree; the
> others look like a list of files recently added to the source tree...

Could be some kind of "git" issue but I don't think so. Those files ended up in
the source area but git claims it does not know about them but it's possible by
switching git branches it did not clean things up but git should be working
properly in that respect.

I'll watch now whenever I build to see if files are showing up in the source
directory.
Quuxplusone commented 12 years ago

I don't think it would be generic issue. FYI, I am using git too.

If possible, please show us your operation log.