[PATCH] D28898: [ELF] - Allow emulation to be different from input objects target.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 04:53:52 PST 2017
grimar added inline comments.
================
Comment at: ELF/Driver.cpp:722
+
+ // If all our inputs are binaries or bitcode files,
+ // and we have no known machine type at this point,
----------------
This should be "all our inputs are binaries, "
At this point all bitcode files are already handled in loop above:
```
for (InputFile *F : Files) {
```
I'll update this comment for next diff/commit.
https://reviews.llvm.org/D28898
More information about the llvm-commits
mailing list