diff options
author | Keno Fischer <keno@alumni.harvard.edu> | 2018-05-18 04:36:38 +0000 |
---|---|---|
committer | Keno Fischer <keno@alumni.harvard.edu> | 2018-05-18 04:36:38 +0000 |
commit | 1e11fc1ccb399b9913f89e6253102ba1372ea97e (patch) | |
tree | 9fce2c7da091f9eed6ab120f7b66ac250cdf48b5 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d29bf4cb2cf77a664c0a7be35e81483c3e4a96a4 (diff) | |
download | bcm5719-llvm-1e11fc1ccb399b9913f89e6253102ba1372ea97e.tar.gz bcm5719-llvm-1e11fc1ccb399b9913f89e6253102ba1372ea97e.zip |
[X86DomainReassignment] Hopefully fix buildbot failure
The Darwin build bot failed with:
```
llc -mcpu=skylake-avx512 -mtriple=x86_64-unknown-linux-gnu domain-reassignment-test.ll -o - | llvm-mc
--
Exit Code: 134
Command Output (stderr):
--
Assertion failed: (MAI->hasSingleParameterDotFile()), function EmitFileDirective, file lib/MC/MCAsmStreamer.cpp, line 1087.
```
Looks like this is because the `llvm-mc` command was missing a triple
directive and defaulting to MachO. Add the triple option.
llvm-svn: 332694
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions