llvm/unittests
Rui Ueyama 7f31bf6e15 TarWriter: Fix a bug in Ustar header.
If we split a filename into `Name` and `Prefix`, `Prefix` is at most
145 bytes. We had a bug that didn't split a path correctly. This bug
was pointed out by Rafael in the post commit review.

This patch adds a unit test for TarWriter to verify the fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291494 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-09 22:55:00 +00:00
..
ADT [APFloatTest] Add tests for various operations 2017-01-05 22:57:54 +00:00
Analysis
AsmParser
Bitcode
CodeGen
DebugInfo Add iterator support to DWARFDie to allow child DIE iteration. 2017-01-05 23:47:37 +00:00
ExecutionEngine unittest: remove extraneous ';' 2017-01-08 18:36:49 +00:00
IR [IR] Adding const_value_op_iterator for IR/User.h 2017-01-09 14:00:57 +00:00
LineEditor
Linker
MC
MI
Object
ObjectYAML
Option
ProfileData
Support TarWriter: Fix a bug in Ustar header. 2017-01-09 22:55:00 +00:00
Target
Transforms
CMakeLists.txt