[PATCH] D48812: [LTO] Errors in LLVM backend should manifest as lld errors

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 1 15:37:20 PDT 2018


sbc100 added a comment.

This change causes: test/ELF/lto/sample-profile.ll to fail with:

`ld.lld: error: /dev/null: Could not open profile: Unrecognized sample profile encoding format`

This seems like it really is an error so we should probably update the test but I'm not sure exactly what the intent of that particular test is.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48812





More information about the llvm-commits mailing list