[PATCH] D42183: [LLD] [ELF] Pass CPU string to LTO pipeline.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 11:04:55 PST 2018


craig.topper added inline comments.


================
Comment at: test/ELF/lto/cpu-string.ll:10
+
+; CHECK: nop
+
----------------
This CHECK line doesn't prove anything. nop would nopw. This should be a CHECK-NOT nopw.


https://reviews.llvm.org/D42183





More information about the llvm-commits mailing list