summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-06-19 19:36:03 +0000
committerJustin Bogner <mail@justinbogner.com>2014-06-19 19:36:03 +0000
commit86d1259ca78b291cd5e11e5aaf797d8c387643f2 (patch)
tree9cc300d4e4303632bb3d108a4b41de94da5e4f82 /llvm/lib/Target/X86
parentcd45f963e2bbd97ad7cb657e668ef7ca3de7ee27 (diff)
downloadbcm5719-llvm-86d1259ca78b291cd5e11e5aaf797d8c387643f2.tar.gz
bcm5719-llvm-86d1259ca78b291cd5e11e5aaf797d8c387643f2.zip
Frontend: Add a CC1 flag to dump module dependencies to a directory
This adds the -module-dependency-dir to clang -cc1, which specifies a directory to copy all of a module's dependencies into in a form suitable to be used as a VFS using -ivfsoverlay with the generated vfs.yaml. This is useful for crashdumps that involve modules, so that the module dependencies will be intact when a crash report script is used to reproduce a problem on another machine. We currently encode the absolute path to the dump directory, due to limitations in the VFS system. Until we can handle relative paths in the VFS, users of the VFS map may need to run a simple search and replace in the file. llvm-svn: 211303
Diffstat (limited to 'llvm/lib/Target/X86')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud