Fix bot failure from r262721: unintented change in gold-plugin save-temps
authorTeresa Johnson <tejohnson@google.com>
Fri, 4 Mar 2016 18:16:00 +0000 (18:16 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 4 Mar 2016 18:16:00 +0000 (18:16 +0000)
commit3b8f6126ac50880a17ea71fb82c828c9dc818d81
treefba6917a70a8cbb0bf621375d1f773fbbb0cfbf5
parentfefc4d50ed3080f1ecd1f7d9e3d7f2f6594e4568
Fix bot failure from r262721: unintented change in gold-plugin save-temps

The split code gen task ID should not be appended to save-temps output
file when the parallelism factor is 1 (not actually splitting).

llvm-svn: 262731
llvm/tools/gold/gold-plugin.cpp