diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-11-18 10:09:31 -0800 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-11-18 10:38:10 -0800 |
commit | b4e2b112b58154a89171df39dae80044865ff4ff (patch) | |
tree | adca3f65a1a2250cc23fa1eb79a4d1830b288a20 /lldb/packages/Python/lldbsuite/test/python_api/signals | |
parent | 1689ad27af5c5712f42542807eb4ecdfe84c2eca (diff) | |
download | bcm5719-llvm-b4e2b112b58154a89171df39dae80044865ff4ff.tar.gz bcm5719-llvm-b4e2b112b58154a89171df39dae80044865ff4ff.zip |
[Remarks][Driver] Use different remark files when targeting multiple architectures
When the driver is targeting multiple architectures at once, for things
like Universal Mach-Os, we need to emit different remark files for each
cc1 invocation to avoid overwriting the files from a different
invocation.
For example:
$ clang -c -o foo.o -fsave-optimization-record -arch x86_64 -arch x86_64h
will create two remark files:
* foo-x86_64.opt.yaml
* foo-x86_64h.opt.yaml
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals')
0 files changed, 0 insertions, 0 deletions