llvm/unittests
Serge Pavlov 038b68a6a3 Allow resolving response file names relative to including file
If a response file included by construct @file itself includes a response file
and that file is specified by relative file name, current behavior is to resolve
the name relative to the current working directory. The change adds additional
flag to ExpandResponseFiles that may be used to resolve nested response file
names relative to including file. With the new mode a set of related response
files may be kept together and reference each other with short position
independent names.

Differential Revision: https://reviews.llvm.org/D24917


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285675 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-01 06:53:29 +00:00
..
ADT
Analysis Make a test case more rigorous; NFC 2016-10-31 03:32:45 +00:00
AsmParser
Bitcode
CodeGen
DebugInfo Switch all DWARF variables for tags, attributes and forms over to use the llvm::dwarf enumerations instead of using raw uint16_t values. This allows easier debugging as users can see the values of the enumerations in the variables view that will show the enumeration string instead of just a number. 2016-10-27 16:32:04 +00:00
ExecutionEngine
IR DebugInfo: fix incorrect alignment type (NFC) 2016-10-26 21:32:29 +00:00
LineEditor
Linker
MC
MI
ObjectYAML
Option
ProfileData
Support Allow resolving response file names relative to including file 2016-11-01 06:53:29 +00:00
Target
Transforms Cloning: Also clone global variable attached metadata. 2016-10-26 02:57:33 +00:00
CMakeLists.txt